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

/freebsd-11-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-11-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.h4476 assert(RedeclLink.isFirst() &&
4484 assert(First->RedeclLink.isFirst() && "Expected first");
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp266 bool isFirst = true; local
269 if (!isFirst)
272 isFirst = false;
/freebsd-11-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-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp136 void mergeIntoScratch(ValueVector const &source, bool isFirst);
187 bool isFirst) {
188 if (isFirst)
844 bool isFirst = true; local
851 vals.mergeIntoScratch(vals.getValueVector(pred), isFirst);
852 isFirst = false;
186 mergeIntoScratch(ValueVector const &source, bool isFirst) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1583 bool isFirst = true; local
1586 if (isFirst)
1587 isFirst = false;
1613 bool isFirst = true; local
1616 if (isFirst)
1617 isFirst = false;
1627 bool isFirst = true; local
1630 if (isFirst)
1631 isFirst = false;
H A DDeclPrinter.cpp193 bool isFirst = true; local
195 if (isFirst) {
199 isFirst = false;
201 if (!isFirst) Out << ", ";
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageReport.cpp282 bool isFirst = true; local
286 if (isFirst)
287 isFirst = false;
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp226 bool isFirst = true; local
229 if (isFirst)
230 isFirst = false;
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c183108 int isFirst = (pCsr->pFilter->flags & FTS3_SEGMENT_FIRST); local
[all...]

Completed in 634 milliseconds