Searched refs:hasIndex (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h76 bool hasIndex() const { function in class:clang::ConstructionContextItem
170 assert(hasIndex());
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h223 return !Indexes->hasIndex(Instr);
H A DSlotIndexes.h366 bool hasIndex(const MachineInstr &instr) const { function in class:llvm::SlotIndexes
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp1525 if (!Indexes->hasIndex(*I))
1646 while (Begin != MBB->begin() && !Indexes->hasIndex(*std::prev(Begin)))
1648 while (End != MBB->end() && !Indexes->hasIndex(*End))
H A DMachineBasicBlock.cpp435 if (Indexes->hasIndex(MI))
H A DMachineVerifier.cpp533 if (Indexes && Indexes->hasIndex(*MI))
841 if (Indexes && Indexes->hasIndex(*MI)) {
/freebsd-current/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp328 REGISTER_MATCHER(hasIndex);
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp529 unless(hasIndex(
/freebsd-current/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5675 /// arraySubscriptExpression(hasIndex(integerLiteral()))
5677 AST_MATCHER_P(ArraySubscriptExpr, hasIndex,

Completed in 124 milliseconds