| /llvm-project-15.0.7/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() 392 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local 394 GetInstrType(Opcode, isFirst, isSingle, isCracked, in EmitInstruction()
|
| H A D | PPCHazardRecognizers.h | 91 bool &isFirst, bool &isSingle,bool &isCracked,
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Redeclarable.h | 115 bool isFirst() const { in isFirst() function 138 assert(!isFirst() && "decl became non-canonical unexpectedly"); in setPrevious() 143 assert(isFirst() && "decl became canonical unexpectedly"); in setLatest() 159 assert(isFirst() && "expected a canonical decl"); in getLatestNotUpdated() 205 if (!RedeclLink.isFirst()) in getPreviousDecl() 223 bool isFirstDecl() const { return RedeclLink.isFirst(); } in isFirstDecl()
|
| H A D | Decl.h | 4677 assert(RedeclLink.isFirst() && in setPreviousDecl() 4685 assert(First->RedeclLink.isFirst() && "Expected first"); in setPreviousDecl()
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | MacroArgs.cpp | 222 bool isFirst = true; in StringifyArgument() local 225 if (!isFirst && (Tok.hasLeadingSpace() || Tok.isAtStartOfLine())) in StringifyArgument() 227 isFirst = false; in StringifyArgument()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/clang/utils/TableGen/ |
| H A D | ClangOpenCLBuiltinEmitter.cpp | 1135 bool isFirst = true; in emitExtensionGuard() local 1137 if (!isFirst) { in emitExtensionGuard() 1141 isFirst = false; in emitExtensionGuard() 1194 bool isFirst = true; in emitTypeExtensionGuards() local 1196 if (!isFirst) in emitTypeExtensionGuards() 1199 isFirst = false; in emitTypeExtensionGuards()
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | UninitializedValues.cpp | 137 void mergeIntoScratch(ValueVector const &source, bool isFirst); 188 bool isFirst) { in mergeIntoScratch() argument 189 if (isFirst) in mergeIntoScratch() 850 bool isFirst = true; in runOnBlock() local 857 vals.mergeIntoScratch(vals.getValueVector(pred), isFirst); in runOnBlock() 858 isFirst = false; in runOnBlock()
|
| /llvm-project-15.0.7/llvm/tools/llvm-cov/ |
| H A D | CoverageReport.cpp | 312 bool isFirst = true; in renderFunctionReports() local 316 if (isFirst) in renderFunctionReports() 317 isFirst = false; in renderFunctionReports()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | TypePrinter.cpp | 1834 bool isFirst = true; in printObjCTypeParamBefore() local 1837 if (isFirst) in printObjCTypeParamBefore() 1838 isFirst = false; in printObjCTypeParamBefore() 1864 bool isFirst = true; in printObjCObjectBefore() local 1867 if (isFirst) in printObjCObjectBefore() 1868 isFirst = false; in printObjCObjectBefore() 1878 bool isFirst = true; in printObjCObjectBefore() local 1881 if (isFirst) in printObjCObjectBefore() 1882 isFirst = false; in printObjCObjectBefore()
|
| H A D | DeclPrinter.cpp | 201 bool isFirst = true; in printGroup() local 203 if (isFirst) { in printGroup() 207 isFirst = false; in printGroup() 209 if (!isFirst) Out << ", "; in printGroup()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndex.cpp | 1980 DeclVisit(const Decl *D, CXCursor parent, bool isFirst) in DeclVisit() argument 1982 isFirst ? (void *)1 : (void *)nullptr) {} in DeclVisit() 1987 bool isFirst() const { return data[1] != nullptr; } in isFirst() function in __anonc8ed1eca0211::DeclVisit 2227 void AddDecl(const Decl *D, bool isFirst = true); 2250 void EnqueueVisitor::AddDecl(const Decl *D, bool isFirst) { in AddDecl() argument 2252 WL.push_back(DeclVisit(D, Parent, isFirst)); in AddDecl() 2822 bool isFirst = true; in VisitDeclStmt() local 2824 AddDecl(D, isFirst); in VisitDeclStmt() 2825 isFirst = false; in VisitDeclStmt() 3334 cast<DeclVisit>(&LI)->isFirst()))) in RunVisitorWorkList()
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | fold-implementation.h | 1968 bool isFirst{x.ordering == Compare(folded->first, folded->second)}; in FoldOperation() 1969 auto res{isFirst ? std::move(folded->first) : std::move(folded->second)}; in FoldOperation()
|