Home
last modified time | relevance | path

Searched defs:BlockType (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTypeUtilities.h25 enum class BlockType : unsigned { enum
/llvm-project/libc/src/string/
H A Dstring_utils.h154 if (max_strlen > (sizeof(BlockType) * 4)) { in find_first_character() local
/llvm-project/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp228 const MVT BlockType = getOptimalRepmovsType(Subtarget, Alignment); emitConstantSizeRepmov() local
[all...]
/llvm-project/libc/test/src/__support/
H A Dblock_test.cpp82 using BlockType = LIBC_NAMESPACE::Block<uint8_t>; TEST() typedef
/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp287 uint32_t BlockType = Inner; calculateSccBlockType() local
/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp666 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 DSema.cpp2275 PopFunctionScopeInfo(const AnalysisBasedWarnings::Policy * WP,const Decl * D,QualType BlockType) PopFunctionScopeInfo() argument
/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp987 QualType BlockType = Ty->castAs<BlockPointerType>()->getPointeeType(); in isConventional() local