Searched refs:isFirst (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp279 bool &isFirst, bool &isSingle,
289 isFirst = TSFlags & PPCII::PPC970_First;
334 bool isFirst, isSingle, isCracked, isLoad, isStore; local
336 GetInstrType(Opcode, isFirst, isSingle, isCracked,
342 if (NumIssued != 0 && (isFirst || isSingle))
392 bool isFirst, isSingle, isCracked, isLoad, isStore; local
394 GetInstrType(Opcode, isFirst, isSingle, isCracked,
278 GetInstrType(unsigned Opcode, bool &isFirst, bool &isSingle, bool &isCracked, bool &isLoad, bool &isStore) argument
H A DPPCHazardRecognizers.h91 bool &isFirst, bool &isSingle,bool &isCracked,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRedeclarable.h115 bool isFirst() const { function in class:clang::Redeclarable::DeclLink
138 assert(!isFirst() && "decl became non-canonical unexpectedly");
143 assert(isFirst() && "decl became canonical unexpectedly");
159 assert(isFirst() && "expected a canonical decl");
176 /// If isFirst() is false, this is a link to the previous declaration
177 /// of this same Decl. If isFirst() is true, this is the first
204 if (!RedeclLink.isFirst())
222 bool isFirstDecl() const { return RedeclLink.isFirst(); }
H A DDecl.h4518 assert(RedeclLink.isFirst() &&
4526 assert(First->RedeclLink.isFirst() && "Expected first");
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DMacroArgs.cpp222 bool isFirst = true;
225 if (!isFirst && (Tok.hasLeadingSpace() || Tok.isAtStartOfLine()))
227 isFirst = false;
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp266 bool isFirst = true; local
269 if (!isFirst)
272 isFirst = false;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp137 void mergeIntoScratch(ValueVector const &source, bool isFirst);
188 bool isFirst) {
189 if (isFirst)
842 bool isFirst = true; local
849 vals.mergeIntoScratch(vals.getValueVector(pred), isFirst);
850 isFirst = false;
187 mergeIntoScratch(ValueVector const &source, bool isFirst) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1652 bool isFirst = true; local
1655 if (isFirst)
1656 isFirst = false;
1682 bool isFirst = true; local
1685 if (isFirst)
1686 isFirst = false;
1696 bool isFirst = true; local
1699 if (isFirst)
1700 isFirst = false;
H A DDeclPrinter.cpp195 bool isFirst = true; local
197 if (isFirst) {
201 isFirst = false;
203 if (!isFirst) Out << ", ";
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageReport.cpp282 bool isFirst = true; local
286 if (isFirst)
287 isFirst = false;
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp368 bool isFirst = true;
371 if (isFirst)
372 isFirst = false;
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c183108 int isFirst = (pCsr->pFilter->flags & FTS3_SEGMENT_FIRST); local
[all...]

Completed in 550 milliseconds