clang 22.0.0git
__clang_hip_libdevice_declares.h File Reference

Go to the source code of this file.

Macros

#define __PRIVATE_AS   __attribute__((opencl_private))
#define __DEPRECATED_SINCE_HIP_560(X)

Typedefs

typedef _Float16 __2f16 __attribute__((ext_vector_type(2)))
 Zeroes the upper 128 bits (bits 255:128) of all YMM registers.
typedef _Bool __ockl_bool

Functions

__device__ __attribute__ ((const)) float __ocml_acos_f32(float)
__device__ __attribute__ ((pure)) float __ocml_acosh_f32(float)
__device__ float __ocml_cos_f32 (float)
__device__ float __ocml_native_cos_f32 (float)
__device__ float __ocml_cospi_f32 (float)
__device__ float __ocml_i0_f32 (float)
__device__ float __ocml_i1_f32 (float)
__device__ float __ocml_frexp_f32 (float, __PRIVATE_AS int *)
__device__ float __ocml_j0_f32 (float)
__device__ float __ocml_j1_f32 (float)
__device__ float __ocml_lgamma_f32 (float)
__device__ float __ocml_modf_f32 (float, __PRIVATE_AS float *)
__device__ float __ocml_remquo_f32 (float, float, __PRIVATE_AS int *)
__device__ float __ocml_sincos_f32 (float, __PRIVATE_AS float *)
__device__ float __ocml_sincospi_f32 (float, __PRIVATE_AS float *)
__device__ float __ocml_sin_f32 (float)
__device__ float __ocml_native_sin_f32 (float)
__device__ float __ocml_sinpi_f32 (float)
__device__ float __ocml_tan_f32 (float)
__device__ float __ocml_tgamma_f32 (float)
__device__ float __ocml_y0_f32 (float)
__device__ float __ocml_y1_f32 (float)
__device__ double __ocml_cos_f64 (double)
__device__ double __ocml_cospi_f64 (double)
__device__ double __ocml_i0_f64 (double)
__device__ double __ocml_i1_f64 (double)
__device__ double __ocml_frexp_f64 (double, __PRIVATE_AS int *)
__device__ double __ocml_j0_f64 (double)
__device__ double __ocml_j1_f64 (double)
__device__ double __ocml_lgamma_f64 (double)
__device__ double __ocml_modf_f64 (double, __PRIVATE_AS double *)
__device__ double __ocml_remquo_f64 (double, double, __PRIVATE_AS int *)
__device__ double __ocml_sincos_f64 (double, __PRIVATE_AS double *)
__device__ double __ocml_sincospi_f64 (double, __PRIVATE_AS double *)
__device__ double __ocml_sin_f64 (double)
__device__ double __ocml_sinpi_f64 (double)
__device__ double __ocml_tan_f64 (double)
__device__ double __ocml_tgamma_f64 (double)
__device__ double __ocml_y0_f64 (double)
__device__ double __ocml_y1_f64 (double)
__device__ _Float16 __ocml_cos_f16 (_Float16)
__device__ _Float16 __ocml_sin_f16 (_Float16)
__device__ __2f16 __ocml_cos_2f16 (__2f16)
 __DEPRECATED_SINCE_HIP_560 ("use ((_Float16)1.0) / ") __device__ inline _Float16 __llvm_amdgcn_rcp_f16(_Float16 x)
 __DEPRECATED_SINCE_HIP_560 ("use ((__2f16)1.0) / ") __device__ inline __2f16 __llvm_amdgcn_rcp_2f16(__2f16 __x)
__device__ __2f16 __ocml_sin_2f16 (__2f16)

Variables

__device__ float
__device__ int
__device__ double
__device__ _Float16
__device__ __2f16 b
__device__ __2f16 float c
__device__ __2f16 float __ockl_bool s
__device__ __2f16
__device__ __2i16

Macro Definition Documentation

◆ __DEPRECATED_SINCE_HIP_560

#define __DEPRECATED_SINCE_HIP_560 ( X)

Definition at line 315 of file __clang_hip_libdevice_declares.h.

◆ __PRIVATE_AS

Typedef Documentation

◆ __attribute__

typedef unsigned char __v16qu __attribute__((__vector_size__(16)))

Zeroes the upper 128 bits (bits 255:128) of all YMM registers.

Swap the bytes of a 32-bit value and store it to memory.

Load a 32-bit value from memory and swap its bytes.

Swap the bytes of a 16-bit value and store it to memory.

Returns a 64-bit hardware-generated random value.

Returns a 32-bit hardware-generated random value.

This intrinsic corresponds to the VZEROUPPER instruction.

This intrinsic corresponds to the RDRAND instruction.

Parameters
__pA pointer to a 32-bit memory location to place the random value.
Returns
1 if the value was successfully generated, 0 otherwise.

This intrinsic corresponds to the RDRAND instruction.

Parameters
__pA pointer to a 64-bit memory location to place the random value.
Returns
1 if the value was successfully generated, 0 otherwise.

This intrinsic corresponds to the MOVBE instruction.

Parameters
__PA pointer to the memory for storing the swapped value.
__DThe 16-bit value to be byte-swapped.

This intrinsic corresponds to the MOVBE instruction.

Parameters
__PA pointer to the 32-bit value to load.
Returns
The byte-swapped value.

This intrinsic corresponds to the MOVBE instruction.

Parameters
__PA pointer to the memory for storing the swapped value.
__DThe 32-bit value to be byte-swapped.

Definition at line 285 of file __clang_hip_libdevice_declares.h.

◆ __ockl_bool

typedef _Bool __ockl_bool

Definition at line 292 of file __clang_hip_libdevice_declares.h.

Function Documentation

◆ __attribute__() [1/2]

__device__ __attribute__ ( (const) )

References __device__, and float.

◆ __attribute__() [2/2]

__device__ __attribute__ ( (pure) )

References __device__.

◆ __DEPRECATED_SINCE_HIP_560() [1/2]

__DEPRECATED_SINCE_HIP_560 ( "use ((__2f16)1.0) / " )

Definition at line 325 of file __clang_hip_libdevice_declares.h.

References __2f16, and __device__.

◆ __DEPRECATED_SINCE_HIP_560() [2/2]

__DEPRECATED_SINCE_HIP_560 ( "use ((_Float16)1.0) / " )

Definition at line 320 of file __clang_hip_libdevice_declares.h.

References __device__, and _Float16.

◆ __ocml_cos_2f16()

__device__ __2f16 __ocml_cos_2f16 ( __2f16 )

References __2f16, __device__, and __ocml_cos_2f16().

Referenced by __ocml_cos_2f16().

◆ __ocml_cos_f16()

__device__ _Float16 __ocml_cos_f16 ( _Float16 )

References __device__, __ocml_cos_f16(), and _Float16.

Referenced by __ocml_cos_f16().

◆ __ocml_cos_f32()

__device__ float __ocml_cos_f32 ( float )

References __device__, and __ocml_cos_f32().

Referenced by __ocml_cos_f32(), and cosf().

◆ __ocml_cos_f64()

__device__ double __ocml_cos_f64 ( double )

References __device__, and __ocml_cos_f64().

Referenced by __ocml_cos_f64(), and cos().

◆ __ocml_cospi_f32()

__device__ float __ocml_cospi_f32 ( float )

References __device__, and __ocml_cospi_f32().

Referenced by __ocml_cospi_f32(), and cospif().

◆ __ocml_cospi_f64()

__device__ double __ocml_cospi_f64 ( double )

References __device__, and __ocml_cospi_f64().

Referenced by __ocml_cospi_f64(), and cospi().

◆ __ocml_frexp_f32()

__device__ float __ocml_frexp_f32 ( float ,
__PRIVATE_AS int *  )

◆ __ocml_frexp_f64()

__device__ double __ocml_frexp_f64 ( double ,
__PRIVATE_AS int *  )

◆ __ocml_i0_f32()

__device__ float __ocml_i0_f32 ( float )

References __device__, and __ocml_i0_f32().

Referenced by __ocml_i0_f32(), and cyl_bessel_i0f().

◆ __ocml_i0_f64()

__device__ double __ocml_i0_f64 ( double )

References __device__, and __ocml_i0_f64().

Referenced by __ocml_i0_f64(), and cyl_bessel_i0().

◆ __ocml_i1_f32()

__device__ float __ocml_i1_f32 ( float )

References __device__, and __ocml_i1_f32().

Referenced by __ocml_i1_f32(), and cyl_bessel_i1f().

◆ __ocml_i1_f64()

__device__ double __ocml_i1_f64 ( double )

References __device__, and __ocml_i1_f64().

Referenced by __ocml_i1_f64(), and cyl_bessel_i1().

◆ __ocml_j0_f32()

__device__ float __ocml_j0_f32 ( float )

References __device__, and __ocml_j0_f32().

Referenced by __ocml_j0_f32(), and j0f().

◆ __ocml_j0_f64()

__device__ double __ocml_j0_f64 ( double )

References __device__, and __ocml_j0_f64().

Referenced by __ocml_j0_f64(), and j0().

◆ __ocml_j1_f32()

__device__ float __ocml_j1_f32 ( float )

References __device__, and __ocml_j1_f32().

Referenced by __ocml_j1_f32(), and j1f().

◆ __ocml_j1_f64()

__device__ double __ocml_j1_f64 ( double )

References __device__, and __ocml_j1_f64().

Referenced by __ocml_j1_f64(), and j1().

◆ __ocml_lgamma_f32()

__device__ float __ocml_lgamma_f32 ( float )

References __device__, and __ocml_lgamma_f32().

Referenced by __ocml_lgamma_f32(), and lgammaf().

◆ __ocml_lgamma_f64()

__device__ double __ocml_lgamma_f64 ( double )

References __device__, and __ocml_lgamma_f64().

Referenced by __ocml_lgamma_f64(), and lgamma().

◆ __ocml_modf_f32()

__device__ float __ocml_modf_f32 ( float ,
__PRIVATE_AS float *  )

References __device__, __ocml_modf_f32(), and __PRIVATE_AS.

Referenced by __ocml_modf_f32(), and modff().

◆ __ocml_modf_f64()

__device__ double __ocml_modf_f64 ( double ,
__PRIVATE_AS double *  )

References __device__, __ocml_modf_f64(), and __PRIVATE_AS.

Referenced by __ocml_modf_f64(), and modf().

◆ __ocml_native_cos_f32()

__device__ float __ocml_native_cos_f32 ( float )

◆ __ocml_native_sin_f32()

__device__ float __ocml_native_sin_f32 ( float )

◆ __ocml_remquo_f32()

__device__ float __ocml_remquo_f32 ( float ,
float ,
__PRIVATE_AS int *  )

◆ __ocml_remquo_f64()

__device__ double __ocml_remquo_f64 ( double ,
double ,
__PRIVATE_AS int *  )

◆ __ocml_sin_2f16()

__device__ __2f16 __ocml_sin_2f16 ( __2f16 )

References __2f16, __device__, and __ocml_sin_2f16().

Referenced by __ocml_sin_2f16().

◆ __ocml_sin_f16()

__device__ _Float16 __ocml_sin_f16 ( _Float16 )

References __device__, __ocml_sin_f16(), and _Float16.

Referenced by __ocml_sin_f16().

◆ __ocml_sin_f32()

__device__ float __ocml_sin_f32 ( float )

References __device__, and __ocml_sin_f32().

Referenced by __ocml_sin_f32(), and sinf().

◆ __ocml_sin_f64()

__device__ double __ocml_sin_f64 ( double )

References __device__, and __ocml_sin_f64().

Referenced by __ocml_sin_f64(), and sin().

◆ __ocml_sincos_f32()

__device__ float __ocml_sincos_f32 ( float ,
__PRIVATE_AS float *  )

◆ __ocml_sincos_f64()

__device__ double __ocml_sincos_f64 ( double ,
__PRIVATE_AS double *  )

◆ __ocml_sincospi_f32()

__device__ float __ocml_sincospi_f32 ( float ,
__PRIVATE_AS float *  )

◆ __ocml_sincospi_f64()

__device__ double __ocml_sincospi_f64 ( double ,
__PRIVATE_AS double *  )

◆ __ocml_sinpi_f32()

__device__ float __ocml_sinpi_f32 ( float )

References __device__, and __ocml_sinpi_f32().

Referenced by __ocml_sinpi_f32(), and sinpif().

◆ __ocml_sinpi_f64()

__device__ double __ocml_sinpi_f64 ( double )

References __device__, and __ocml_sinpi_f64().

Referenced by __ocml_sinpi_f64(), and sinpi().

◆ __ocml_tan_f32()

__device__ float __ocml_tan_f32 ( float )

References __device__, and __ocml_tan_f32().

Referenced by __ocml_tan_f32(), and tanf().

◆ __ocml_tan_f64()

__device__ double __ocml_tan_f64 ( double )

References __device__, and __ocml_tan_f64().

Referenced by __ocml_tan_f64(), and tan().

◆ __ocml_tgamma_f32()

__device__ float __ocml_tgamma_f32 ( float )

References __device__, and __ocml_tgamma_f32().

Referenced by __ocml_tgamma_f32(), and tgammaf().

◆ __ocml_tgamma_f64()

__device__ double __ocml_tgamma_f64 ( double )

References __device__, and __ocml_tgamma_f64().

Referenced by __ocml_tgamma_f64(), and tgamma().

◆ __ocml_y0_f32()

__device__ float __ocml_y0_f32 ( float )

References __device__, and __ocml_y0_f32().

Referenced by __ocml_y0_f32(), and y0f().

◆ __ocml_y0_f64()

__device__ double __ocml_y0_f64 ( double )

References __device__, and __ocml_y0_f64().

Referenced by __ocml_y0_f64(), and y0().

◆ __ocml_y1_f32()

__device__ float __ocml_y1_f32 ( float )

References __device__, and __ocml_y1_f32().

Referenced by __ocml_y1_f32(), and y1f().

◆ __ocml_y1_f64()

__device__ double __ocml_y1_f64 ( double )

References __device__, __ocml_y1_f64(), and _Float16.

Referenced by __ocml_y1_f64(), and y1().

Variable Documentation

◆ __2f16

◆ __2i16

__device__ __2i16

Definition at line 339 of file __clang_hip_libdevice_declares.h.

◆ _Float16

◆ b

Examples
/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/StaticAnalyzer/Core/RegionStore.cpp.

Definition at line 295 of file __clang_hip_libdevice_declares.h.

Referenced by _vel_pack_i32(), buildAlgebraicComplexDiv(), buildGlobalBlock(), buildRangeReductionComplexDiv(), comparePath(), clang::driver::RocmInstallationDetector::detectHIPRuntime(), DiagnoseMismatchedSelectors(), hlsl::__detail::dot2add_impl(), clang::CIRGen::CIRGenFunction::emitArrayDestroy(), clang::CIRGen::CIRGenFunction::emitCompoundStmt(), clang::CIRGen::CIRGenFunction::emitCXXAggrConstructorCall(), clang::CIRGen::CIRGenFunction::emitCXXForRangeStmt(), clang::CIRGen::CIRGenFunction::emitDoStmt(), clang::CIRGen::CIRGenFunction::emitForStmt(), clang::CIRGen::CIRGenFunction::emitIfStmt(), clang::CIRGen::CIRGenFunction::emitOpOnBoolExpr(), clang::CIRGen::CIRGenFunction::emitSwitchStmt(), clang::CIRGen::CIRGenFunction::emitWhileStmt(), clang::serialization::reader::ASTDeclContextNameLookupTrait::EqualKey(), clang::serialization::reader::ASTIdentifierLookupTraitBase::EqualKey(), clang::serialization::reader::ASTSelectorLookupTrait::EqualKey(), clang::serialization::reader::HeaderFileInfoTrait::EqualKey(), clang::serialization::reader::LazySpecializationInfoLookupTrait::EqualKey(), clang::serialization::reader::ModuleLocalNameLookupTrait::EqualKey(), clang::CIRGen::CIRGenFunction::LexicalScope::getRetLoc(), clang::ento::BasicValueFactory::getTruthValue(), clang::ento::BasicValueFactory::getTruthValue(), clang::dataflow::Formula::isLiteral(), lowerArrayDtorCtorIntoLoop(), clang::ento::SValBuilder::makeTruthVal(), clang::ento::SValBuilder::makeTruthVal(), clang::CIRGen::CIRGenFunction::maybeEmitDeferredVarDeclInit(), clang::SplitQualType::operator!=, cir::operator&(), clang::SanitizerMask::operator&, cir::operator&=(), clang::SplitQualType::operator==, cir::operator|(), clang::SanitizerMask::operator|, cir::operator|=(), clang::Sema::SelectBestMethod(), clang::SemaObjC::SelectorsForTypoCorrection(), clang::threadSafety::til::Project::setArrow(), clang::CharSourceRange::setBegin(), clang::SourceRange::setBegin(), clang::ParsedAttr::setInvalid(), clang::threadSafety::ThreadSafetyHandler::setIssueBetaWarnings(), terminateBody(), clang::CIRGen::CIRGenFunction::LexicalScope::updateRetLoc(), and clang::interp::VarCreationState::VarCreationState().

◆ c

Definition at line 296 of file __clang_hip_libdevice_declares.h.

Referenced by clang::html::AddLineNumbers(), baseInitializerUsesThis(), buildAlgebraicComplexDiv(), buildRangeReductionComplexDiv(), clang::interp::FixedPoint::compare(), consumeWhitespace(), clang::StringLiteral::containsNonAscii(), clang::StringLiteral::containsNonAsciiOrNull(), DecodeTypeFromStr(), clang::driver::RocmInstallationDetector::detectHIPRuntime(), hlsl::__detail::dot2add_impl(), clang::CIRGen::ConstantEmitter::emitAbstract(), clang::CIRGen::ConstantEmitter::emitAbstract(), clang::CIRGen::CIRGenFunction::emitCXXConstructorCall(), clang::CIRGen::ConstantEmitter::emitForMemory(), clang::CIRGen::ConstantEmitter::emitForMemory(), clang::markup::EmitString(), clang::CIRGen::CIRGenFunction::emitSwitchBody(), clang::html::EscapeText(), findMatchingPunctuation(), clang::CIRGen::CIRGenFunction::ConstantEmission::forReference(), clang::CIRGen::CIRGenFunction::ConstantEmission::forValue(), generateStringLiteral(), clang::ExtVectorType::getAccessorIdx(), clang::AnalysisDeclContext::getCFGReachablityAnalysis(), clang::AnalysisDeclContext::getCFGStmtMap(), clang::CIRGen::CIRGenBuilderTy::getConstInt(), clang::CIRGen::CIRGenModule::getGlobalForStringLiteral(), clang::ExtVectorType::getNumericAccessorIdx(), clang::ExtVectorType::getPointAccessorIdx(), clang::CIRGen::CIRGenBuilderTy::getSInt32(), clang::CIRGen::CIRGenBuilderTy::getSInt64(), clang::targets::AArch64TargetInfo::getTargetDefines(), clang::CIRGen::CIRGenBuilderTy::getUInt32(), clang::ExtVectorType::isAccessorWithinNumElements(), clang::isAlphanumeric(), clang::isASCII(), clang::isASCII(), clang::isASCII(), clang::isASCII(), clang::isAsciiIdentifierContinue(), clang::isAsciiIdentifierContinue(), clang::Lexer::isAsciiIdentifierContinueChar(), clang::isAsciiIdentifierStart(), clang::isDigit(), IsExponentPart(), clang::format::encoding::isHexDigit(), clang::isHexDigit(), clang::isHorizontalWhitespace(), clang::isLetter(), clang::isLowercase(), clang::format::encoding::isOctDigit(), clang::isPreprocessingNumberBody(), clang::isPrintable(), clang::isPunctuation(), clang::isRawStringDelimBody(), IsRGBA(), clang::isUppercase(), clang::isVerticalWhitespace(), clang::isWhitespace(), isWhitespaceExceptNL(), lowerArrayDtorCtorIntoLoop(), clang::ento::MemRegionManager::MemRegionManager(), clang::NumericLiteralParser::NumericLiteralParser(), clang::CIRGen::ConstantEmitter::operator=(), clang::analyze_format_string::ParseAmount(), parseChar(), parseId(), ParsePrintfSpecifier(), ParseScanfSpecifier(), parseStringId(), selectInterestingSourceRegion(), clang::CIRGen::CIRGenModule::setStaticLocalDeclAddress(), clang::CloneConstraint::splitCloneGroups(), clang::toLowercase(), clang::toUppercase(), clang::CIRGen::CIRGenFunction::tryEmitAsConstant(), clang::CIRGen::ConstantEmitter::tryEmitPrivate(), clang::CIRGen::ConstantEmitter::tryEmitPrivateForMemory(), clang::CIRGen::ConstantEmitter::tryEmitPrivateForMemory(), and clang::CIRGen::ConstantEmitter::tryEmitPrivateForVarInit().

◆ double

◆ float

__device__ float

Definition at line 28 of file __clang_hip_libdevice_declares.h.

Referenced by __attribute__(), hlsl::abs(), hlsl::dot(), and vec_promote().

◆ int

Definition at line 68 of file __clang_hip_libdevice_declares.h.

Referenced by __divdc3(), __divsc3(), _mulx_u32(), abs(), clang::Sema::AddMethodCandidate(), clang::SourceManager::AllocateLoadedSLocEntries(), BuildImplicitMemberInitializer(), clang::Sema::BuildMemberReferenceExpr(), checkArithmeticOrEnumeralThreeWayCompare(), clang::SemaARM::CheckARMCoprocessorImmediate(), clang::Sema::CheckCountedByAttrOnField(), CheckCXX98CompatAccessibleCopy(), clang::Sema::CheckExplicitlyDefaultedComparison(), CheckIncrementDecrementOperand(), clang::Sema::CheckMemberPointerConversion(), checkMethodFamilyMismatch(), hlsl::clamp(), CopyObject(), clang::ImplicitConversionSequence::DiagnoseAmbiguousConversion(), diagnoseInvalidUnicodeCodepointInIdentifier(), DiagnoseInvisibleNamespace(), diagnoseMissingArgument(), DiagnoseReinterpretUpDownCast(), diagnoseRepeatedUseOfWeak(), clang::Sema::DiagnoseSentinelCalls(), diagnoseUnsatisfiedRequirement(), diagnoseUnsatisfiedRequirement(), diagnoseUnsatisfiedRequirement(), diagnoseWellFormedUnsatisfiedConstraintExpr(), clang::SourceManager::dump(), clang::ento::PathDiagnosticConsumer::FlushDiagnostics(), clang::CodeGen::CodeGenFunction::generateBuiltinOSLogHelperFunction(), GetDeclSpecTypeForDeclarator(), GetImplicitConversionName(), handleFunctionTypeAttr(), clang::SemaM68k::handleInterruptAttr(), clang::SemaMSP430::handleInterruptAttr(), clang::Decl::isReachable(), clang::Decl::isUnconditionallyVisible(), LookupMemberExpr(), hlsl::mad(), hlsl::max(), hlsl::min(), clang::OverloadCandidateSet::NoteCandidates(), clang::TemplateSpecCandidateSet::NoteCandidates(), printStateTraitWithLocationContextJson(), clang::targets::X86TargetInfo::validateAsmConstraint(), vec_abs(), vec_add(), vec_add(), vec_and(), vec_and(), vec_and(), vec_and(), vec_and(), vec_andc(), vec_andc(), vec_andc(), vec_andc(), vec_andc(), vec_nor(), vec_or(), vec_or(), vec_or(), vec_or(), vec_or(), vec_promote(), vec_promote(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sel(), vec_sl(), vec_sr(), vec_sub(), vec_sub(), vec_vadduwm(), vec_vadduwm(), vec_vand(), vec_vand(), vec_vand(), vec_vand(), vec_vand(), vec_vandc(), vec_vandc(), vec_vandc(), vec_vandc(), vec_vandc(), vec_vnor(), vec_vor(), vec_vor(), vec_vor(), vec_vor(), vec_vor(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsel(), vec_vsubuwm(), vec_vsubuwm(), vec_vxor(), vec_vxor(), vec_vxor(), vec_vxor(), vec_vxor(), vec_xor(), vec_xor(), vec_xor(), vec_xor(), and vec_xor().

◆ s

Definition at line 296 of file __clang_hip_libdevice_declares.h.

Referenced by clang::CIRGen::CIRGenCXXABI::AddedStructorArgCounts::AddedStructorArgCounts(), clang::CIRGen::CIRGenCXXABI::AddedStructorArgs::AddedStructorArgs(), clang::html::AddHeaderFooterInternalBuiltinCSS(), clang::html::AddLineNumbers(), clang::ento::PathDiagnostic::addMeta(), clang::InitializationSequence::AddPassByIndirectCopyRestoreStep(), clang::Stmt::addStmtClass(), clang::sema::AnalysisBasedWarnings::AnalysisBasedWarnings(), annotateStartParameter(), clang::ObjCIndirectCopyRestoreExpr::classof(), clang::SubstNonTypeTemplateParmExpr::classof(), collectClobbers(), clang::threadSafety::til::EqualsComparator::compareStrings(), clang::threadSafety::til::MatchComparator::compareStrings(), clang::driver::tools::SPIRV::constructAssembleCommand(), clang::driver::tools::SPIRV::constructTranslateCommand(), clang::CIRGen::CIRGenFunction::containsLabel(), EmitAArch64TblBuiltinExpr(), clang::CIRGen::CIRGenFunction::emitAlloca(), clang::CodeGen::CodeGenModule::EmitAnnotationString(), clang::CIRGen::CIRGenFunction::emitAsmStmt(), clang::CIRGen::CIRGenFunction::emitBreakStmt(), clang::CIRGen::CIRGenFunction::emitCaseDefaultCascade(), clang::CIRGen::CIRGenFunction::emitCaseStmt(), EmitCommonNeonSISDBuiltinExpr(), clang::CIRGen::CIRGenFunction::emitCompoundStmt(), clang::CIRGen::CIRGenFunction::emitCompoundStmtWithoutScope(), clang::CIRGen::CIRGenFunction::emitContinueStmt(), clang::CIRGen::CIRGenFunction::emitCXXForRangeStmt(), clang::CIRGen::CIRGenFunction::emitDeclStmt(), clang::CIRGen::CIRGenFunction::emitDefaultStmt(), clang::CIRGen::CIRGenFunction::emitDoStmt(), clang::CIRGen::CIRGenFunction::emitForStmt(), clang::CIRGen::CIRGenFunction::emitGotoStmt(), clang::CIRGen::CIRGenFunction::emitIfStmt(), clang::CIRGen::CIRGenFunction::emitImplicitAssignmentOperatorBody(), clang::CIRGen::CIRGenFunction::emitLabelStmt(), clang::CIRGen::CIRGenFunction::emitOpenACCAtomicConstruct(), clang::CIRGen::CIRGenFunction::emitOpenACCCacheConstruct(), clang::CIRGen::CIRGenFunction::emitOpenACCCombinedConstruct(), clang::CIRGen::CIRGenFunction::emitOpenACCComputeConstruct(), clang::CIRGen::CIRGenFunction::emitOpenACCDataConstruct(), clang::CIRGen::CIRGenFunction::emitOpenACCEnterDataConstruct(), clang::CIRGen::CIRGenFunction::emitOpenACCExitDataConstruct(), clang::CIRGen::CIRGenFunction::emitOpenACCHostDataConstruct(), clang::CIRGen::CIRGenFunction::emitOpenACCInitConstruct(), clang::CIRGen::CIRGenFunction::emitOpenACCLoopConstruct(), clang::CIRGen::CIRGenFunction::emitOpenACCSetConstruct(), clang::CIRGen::CIRGenFunction::emitOpenACCShutdownConstruct(), clang::CIRGen::CIRGenFunction::emitOpenACCUpdateConstruct(), clang::CIRGen::CIRGenFunction::emitOpenACCWaitConstruct(), clang::CIRGen::CIRGenFunction::emitReturnStmt(), clang::CIRGen::CIRGenFunction::emitSimpleStmt(), clang::CIRGen::CIRGenFunction::emitStmt(), clang::CIRGen::CIRGenFunction::emitStopPoint(), clang::markup::EmitString(), clang::CIRGen::CIRGenFunction::emitSwitchBody(), clang::CIRGen::CIRGenFunction::emitSwitchCase(), clang::CIRGen::CIRGenFunction::emitSwitchStmt(), clang::CIRGen::CIRGenFunction::emitWhileStmt(), clang::format::endsWithSpace(), clang::html::EscapeText(), clang::CIRGen::CIRGenModule::getAddrOfConstantStringFromLiteral(), DerefSimplePtrArithFixableGadget::getFixits(), clang::Sema::getFixItZeroInitializerForType(), clang::CIRGen::CIRGenModule::getGlobalForStringLiteral(), clang::LocationContextManager::getStackFrame(), clang::ento::MemRegion::getString(), getUserFillPlaceHolder(), clang::html::HighlightRange(), inferFlavor(), isAccessedBy(), hlsl::lerp(), clang::ento::SymbolicRegion::MemRegionManager, clang::ento::ObjCSummaryKey::ObjCSummaryKey(), clang::ento::ObjCSummaryKey::ObjCSummaryKey(), clang::ento::ObjCSummaryKey::ObjCSummaryKey(), clang::ento::PathDiagnosticControlFlowPiece::PathDiagnosticControlFlowPiece(), clang::ento::PathDiagnosticEventPiece::PathDiagnosticEventPiece(), clang::ento::PathDiagnosticLocation::PathDiagnosticLocation(), clang::ento::PathDiagnosticPiece::PathDiagnosticPiece(), clang::ento::PathDiagnosticSpotPiece::PathDiagnosticSpotPiece(), clang::format::prepareLeftRightOrderingForQualifierAlignmentFixer(), clang::ento::ProgramState::ProgramStateRelease, clang::Preprocessor::setRecordedPreambleConditionalStack(), clang::Preprocessor::setReplayablePreambleConditionalStack(), clang::threadSafety::til::Phi::setStatus(), clang::format::startsWithSpace(), clang::StmtIteratorBase::StmtIteratorBase(), clang::StmtIteratorImpl< DERIVED, REFERENCE >::StmtIteratorImpl(), StripTrailingDots(), clang::ento::SymbolReaper::SymbolReaper(), clang::ento::SymbolMetadata::SymExprAllocator, and clang::threadSafety::til::Variable::Variable().