/llvm-project/clang-tools-extra/clang-tidy/misc/ |
H A D | UnusedUsingDeclsCheck.h | 48 bool IsUsed = false; member
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CoverageMappingGen.h | 106 bool IsUsed; global() member
|
H A D | CGCall.h | 239 mutable bool IsUsed; member
|
H A D | CoverageMappingGen.cpp | 2491 addFunctionMappingRecord(llvm::GlobalVariable * NamePtr,StringRef NameValue,uint64_t FuncHash,const std::string & CoverageMapping,bool IsUsed) addFunctionMappingRecord() argument
|
/llvm-project/clang-tools-extra/include-cleaner/lib/ |
H A D | WalkAST.cpp | 207 auto IsUsed = TD->isUsed() || TD->isReferenced(); VisitUsingDecl() local
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSymbol.h | 94 mutable unsigned IsUsed : 1; variable
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIOptimizeVGPRLiveRange.cpp | 377 bool IsUsed = false; collectWaterfallCandidateRegisters() local
|
/llvm-project/clang/include/clang/Lex/ |
H A D | MacroInfo.h | 109 bool IsUsed : 1; variable
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | AvoidBindCheck.cpp | 83 bool IsUsed = false; member
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonFrameLowering.cpp | 1531 auto IsUsed = [&HRI,&MRI] (Register Reg) -> bool { needToReserveScavengingSpillSlots() local
|
/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Record.h | 1558 bool IsUsed = false; global() variable
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 1714 bool IsUsed = false; global() member 1838 getLookAheadScore(Value * LHS,Value * RHS,ArrayRef<Value * > MainAltOps,int Lane,unsigned OpIdx,unsigned Idx,bool & IsUsed) getLookAheadScore() argument 1909 bool IsUsed = RMode == ReorderingMode::Splat || getBestOperand() local [all...] |
/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 1775 bool IsUsed; global() member
|