/llvm-project/llvm/lib/Support/ |
H A D | FormatVariadic.cpp | 28 static bool consumeFieldLayout(StringRef &Spec, AlignStyle &Where, in consumeFieldLayout() argument 66 AlignStyle Where = AlignStyle::Right; parseReplacementItem() local
|
/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | CalledOnceCheck.h | 74 const Decl *Where, in handleCapturedNeverCalled() 90 const Decl *Function, const Stmt *Where, in handleNeverCalled()
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | FormatAdapters.h | 30 AlignStyle Where; variable 35 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount, char Fill) in AlignAdapter()
|
H A D | FormatCommon.h | 21 AlignStyle Where; global() member
|
H A D | FormatVariadic.h | 61 AlignStyle Where = AlignStyle::Right; global() member
|
/llvm-project/clang/lib/Rewrite/ |
H A D | TokenRewriter.cpp | 72 TokenRewriter::AddToken(const Token &T, TokenRefTy Where) { in AddToken()
|
/llvm-project/clang/unittests/StaticAnalyzer/ |
H A D | Reusables.h | 23 const T *findNode(const Decl *Where, MatcherT What) { in findNode() 36 const T *findDeclByName(const Decl *Where, StringRef Name) { in findDeclByName()
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyMemIntrinsicResults.cpp | 101 MachineInstr *Where = O.getParent(); in replaceDominatedUses() local
|
/llvm-project/clang-tools-extra/clang-tidy/misc/ |
H A D | ConfusableIdentifierCheck.cpp | 69 auto Where = llvm::lower_bound(ConfusableEntries, CodePoint, in skeleton() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | MemorySSAUpdater.cpp | 1176 void MemorySSAUpdater::moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveToPlace() argument 1180 // Move What after Where in the MemorySSA IR. in moveToPlace() local 1142 moveTo(MemoryUseOrDef * What,BasicBlock * BB,WhereType Where) moveTo() argument 1166 moveBefore(MemoryUseOrDef * What,MemoryUseOrDef * Where) moveBefore() argument 1171 moveAfter(MemoryUseOrDef * What,MemoryUseOrDef * Where) moveAfter() argument [all...] |
H A D | MemoryBuiltins.cpp | 873 auto Where = VisitedBlocks.find(&BB); findLoadSizeOffset() local
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVReader.cpp | 113 createSplitFolder(StringRef Where) createSplitFolder() argument
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | GlobalDCE.cpp | 70 auto Where = ConstantDependenciesCache.find(CE); in ComputeDependencies() local
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | ValueMap.h | 125 auto Where = MDMap->find(MD); in getMappedMD() local
|
H A D | Module.h | 590 /// Where and take ownership. in insertGlobalVariable() argument
|
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerMerge.cpp | 222 auto PrintStatsWrapper = [this, &AllFeatures](const char* Where) { in CrashResistantMergeInternalStep()
|
H A D | FuzzerLoop.cpp | 325 void Fuzzer::PrintStats(const char *Where, const char *End, size_t Units, in PrintStats() argument
|
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
H A D | ProTypeMemberInitCheck.cpp | 186 const CXXCtorInitializer *Where; member
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ValueMapper.cpp | 682 assert(Where != Info.end() && "Expected a valid reference"); in getFwdReference() local 789 return Where != Info.end() && Where->second.HasChanged; in propagateChanges() local
|
/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfWriter.cpp | 230 ProfilingData::iterator Where; overlapRecord() local 252 ProfilingData::iterator Where; addRecord() local
|
/llvm-project/llvm/lib/IR/ |
H A D | BasicBlock.cpp | 1065 insertDbgRecordBefore(DbgRecord * DR,InstListType::iterator Where) insertDbgRecordBefore() argument
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SILoadStoreOptimizer.cpp | 1174 CombineInfo *Where; checkAndPrepareMerge() local 2359 CombineInfo *Where = checkAndPrepareMerge(CI, Paired); optimizeInstsWithSameBaseAddr() local [all...] |
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonExpandCondsets.cpp | 879 predicateAt(const MachineOperand & DefOp,MachineInstr & MI,MachineBasicBlock::iterator Where,const MachineOperand & PredOp,bool Cond,std::set<Register> & UpdRegs) predicateAt() argument
|
H A D | HexagonVectorCombine.cpp | 1046 Instruction *Where = Move.Main.front(); moveTogether() local 1229 if (auto *Where = std::min(PrevAt, ThisAt, isEarlier)) { realignLoadGroup() local 1251 if (auto *Where = EarliestUser[&ASpan[Index]]) { realignLoadGroup() local [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 1717 handleNeverCalled(const ParmVarDecl * Parameter,const Decl * Function,const Stmt * Where,NeverCalledReason Reason,bool IsCalledDirectly,bool IsCompletionHandler) handleNeverCalled() argument 1737 handleCapturedNeverCalled(const ParmVarDecl * Parameter,const Decl * Where,bool IsCompletionHandler) handleCapturedNeverCalled() argument
|