| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCHazardRecognizers.cpp | 279 bool &isFirst, bool &isSingle, in GetInstrType() argument 289 isFirst = TSFlags & PPCII::PPC970_First; in GetInstrType() 334 bool isFirst, isSingle, isCracked, isLoad, isStore; in getHazardType() local 336 GetInstrType(Opcode, isFirst, isSingle, isCracked, in getHazardType() 342 if (NumIssued != 0 && (isFirst || isSingle)) in getHazardType() 393 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local 395 GetInstrType(Opcode, isFirst, isSingle, isCracked, in EmitInstruction()
|
| H A D | PPCHazardRecognizers.h | 91 bool &isFirst, bool &isSingle,bool &isCracked,
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Redeclarable.h | 115 bool isFirst() const { in isFirst() function 135 assert(!isFirst() && "decl became non-canonical unexpectedly"); in setPrevious() 140 assert(isFirst() && "decl became canonical unexpectedly"); in setLatest() 155 assert(isFirst() && "expected a canonical decl"); in getLatestNotUpdated() 202 if (!RedeclLink.isFirst()) in getPreviousDecl() 220 bool isFirstDecl() const { return RedeclLink.isFirst(); } in isFirstDecl()
|
| H A D | Decl.h | 5241 assert(RedeclLink.isFirst() && in setPreviousDecl() 5249 assert(First->RedeclLink.isFirst() && "Expected first"); in setPreviousDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | MacroArgs.cpp | 221 bool isFirst = true; in StringifyArgument() local 224 if (!isFirst && (Tok.hasLeadingSpace() || Tok.isAtStartOfLine())) in StringifyArgument() 226 isFirst = false; in StringifyArgument()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | LLVMConventionsChecker.cpp | 266 bool isFirst = true; in ReportError() local 269 if (!isFirst) in ReportError() 272 isFirst = false; in ReportError()
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangOpenCLBuiltinEmitter.cpp | 1130 bool isFirst = true; in emitExtensionGuard() local 1132 if (!isFirst) { in emitExtensionGuard() 1136 isFirst = false; in emitExtensionGuard() 1187 bool isFirst = true; in emitTypeExtensionGuards() local 1189 if (!isFirst) in emitTypeExtensionGuards() 1192 isFirst = false; in emitTypeExtensionGuards()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | UninitializedValues.cpp | 153 void mergeIntoScratch(ValueVector const &source, bool isFirst); 202 bool isFirst) { in mergeIntoScratch() argument 203 if (isFirst) in mergeIntoScratch() 853 bool isFirst = true; in runOnBlock() local 860 vals.mergeIntoScratch(vals.getValueVector(pred), isFirst); in runOnBlock() 861 isFirst = false; in runOnBlock()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | TypePrinter.cpp | 2223 bool isFirst = true; in printObjCTypeParamBefore() local 2226 if (isFirst) in printObjCTypeParamBefore() 2227 isFirst = false; in printObjCTypeParamBefore() 2253 bool isFirst = true; in printObjCObjectBefore() local 2256 if (isFirst) in printObjCObjectBefore() 2257 isFirst = false; in printObjCObjectBefore() 2267 bool isFirst = true; in printObjCObjectBefore() local 2270 if (isFirst) in printObjCObjectBefore() 2271 isFirst = false; in printObjCObjectBefore()
|
| H A D | DeclPrinter.cpp | 211 bool isFirst = true; in printGroup() local 213 if (isFirst) { in printGroup() 217 isFirst = false; in printGroup() 219 if (!isFirst) Out << ", "; in printGroup()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | CoverageReport.cpp | 393 bool isFirst = true; in renderFunctionReports() local 397 if (isFirst) in renderFunctionReports() 398 isFirst = false; in renderFunctionReports()
|
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 202331 int isFirst = (pCsr->pFilter->flags & FTS3_SEGMENT_FIRST); 202396 && !isFirst 202459 if( isFirst ){
|