Searched defs:BlockType (Results 1 – 8 of 8) sorted by relevance
/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
H A D | WebAssemblyMCTypeUtilities.h | 25 enum class BlockType : unsigned { enum
|
/llvm-project/libc/src/string/ |
H A D | string_utils.h | 154 if (max_strlen > (sizeof(BlockType) * 4)) { in find_first_character() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86SelectionDAGInfo.cpp | 228 const MVT BlockType = getOptimalRepmovsType(Subtarget, Alignment); emitConstantSizeRepmov() local [all...] |
/llvm-project/libc/test/src/__support/ |
H A D | block_test.cpp | 82 using BlockType = LIBC_NAMESPACE::Block<uint8_t>; TEST() typedef
|
/llvm-project/llvm/lib/Analysis/ |
H A D | BranchProbabilityInfo.cpp | 287 uint32_t BlockType = Inner; calculateSccBlockType() local
|
/llvm-project/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 666 CheckFallThroughForBody(Sema & S,const Decl * D,const Stmt * Body,QualType BlockType,const CheckFallThroughDiagnostics & CD,AnalysisDeclContext & AC,sema::FunctionScopeInfo * FSI) CheckFallThroughForBody() argument 2558 IssueWarnings(sema::AnalysisBasedWarnings::Policy P,sema::FunctionScopeInfo * fscope,const Decl * D,QualType BlockType) IssueWarnings() argument
|
H A D | Sema.cpp | 2275 PopFunctionScopeInfo(const AnalysisBasedWarnings::Policy * WP,const Decl * D,QualType BlockType) PopFunctionScopeInfo() argument
|
/llvm-project/clang/lib/Analysis/ |
H A D | CalledOnceCheck.cpp | 987 QualType BlockType = Ty->castAs<BlockPointerType>()->getPointeeType(); in isConventional() local
|