Home
last modified time | relevance | path

Searched defs:Where (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project/llvm/lib/Support/
H A DFormatVariadic.cpp28 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 DCalledOnceCheck.h74 const Decl *Where, in handleCapturedNeverCalled()
90 const Decl *Function, const Stmt *Where, in handleNeverCalled()
/llvm-project/llvm/include/llvm/Support/
H A DFormatAdapters.h30 AlignStyle Where; variable
35 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount, char Fill) in AlignAdapter()
H A DFormatCommon.h21 AlignStyle Where; global() member
H A DFormatVariadic.h61 AlignStyle Where = AlignStyle::Right; global() member
/llvm-project/clang/lib/Rewrite/
H A DTokenRewriter.cpp72 TokenRewriter::AddToken(const Token &T, TokenRefTy Where) { in AddToken()
/llvm-project/clang/unittests/StaticAnalyzer/
H A DReusables.h23 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 DWebAssemblyMemIntrinsicResults.cpp101 MachineInstr *Where = O.getParent(); in replaceDominatedUses() local
/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DConfusableIdentifierCheck.cpp69 auto Where = llvm::lower_bound(ConfusableEntries, CodePoint, in skeleton() local
/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp1176 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 DMemoryBuiltins.cpp873 auto Where = VisitedBlocks.find(&BB); findLoadSizeOffset() local
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp113 createSplitFolder(StringRef Where) createSplitFolder() argument
/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalDCE.cpp70 auto Where = ConstantDependenciesCache.find(CE); in ComputeDependencies() local
/llvm-project/llvm/include/llvm/IR/
H A DValueMap.h125 auto Where = MDMap->find(MD); in getMappedMD() local
H A DModule.h590 /// Where and take ownership. in insertGlobalVariable() argument
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMerge.cpp222 auto PrintStatsWrapper = [this, &AllFeatures](const char* Where) { in CrashResistantMergeInternalStep()
H A DFuzzerLoop.cpp325 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 DProTypeMemberInitCheck.cpp186 const CXXCtorInitializer *Where; member
/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp682 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 DInstrProfWriter.cpp230 ProfilingData::iterator Where; overlapRecord() local
252 ProfilingData::iterator Where; addRecord() local
/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp1065 insertDbgRecordBefore(DbgRecord * DR,InstListType::iterator Where) insertDbgRecordBefore() argument
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp1174 CombineInfo *Where; checkAndPrepareMerge() local
2359 CombineInfo *Where = checkAndPrepareMerge(CI, Paired); optimizeInstsWithSameBaseAddr() local
[all...]
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp879 predicateAt(const MachineOperand & DefOp,MachineInstr & MI,MachineBasicBlock::iterator Where,const MachineOperand & PredOp,bool Cond,std::set<Register> & UpdRegs) predicateAt() argument
H A DHexagonVectorCombine.cpp1046 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 DAnalysisBasedWarnings.cpp1717 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

12