| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ABIInfo.cpp | 225 bool IsFirst = true; in appendAttributeMangling() local 227 IsFirst = false; in appendAttributeMangling() 232 if (!IsFirst) in appendAttributeMangling() 234 IsFirst = false; in appendAttributeMangling()
|
| H A D | CodeGenTBAA.cpp | 465 bool IsFirst = IsBE ? Info.StorageSize - (Info.Offset + Info.Size) == 0 in CollectFields() local 467 if (!IsFirst) in CollectFields()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RegisterBankInfo.cpp | 594 bool IsFirst = true; in print() local 596 if (!IsFirst) in print() 599 IsFirst = false; in print() 781 bool IsFirst = true; in print() local 784 if (!IsFirst) in print() 787 IsFirst = false; in print() 801 bool IsFirst = true; in print() local 805 if (!IsFirst) in print() 807 IsFirst = false; in print()
|
| H A D | TargetPassConfig.cpp | 660 bool IsFirst = true; in getLimitedCodeGenPipelineReason() local 663 if (!IsFirst) in getLimitedCodeGenPipelineReason() 665 IsFirst = false; in getLimitedCodeGenPipelineReason()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | MemoryModelRelaxationAnnotations.cpp | 143 bool IsFirst = true; in print() local 146 if (IsFirst) in print() 147 IsFirst = false; in print()
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | ObjCPropertyAttributeOrderFixer.cpp | 127 bool IsFirst = true; in sortPropertyAttributes() local 129 if (IsFirst) in sortPropertyAttributes() 130 IsFirst = false; in sortPropertyAttributes()
|
| H A D | UnwrappedLineFormatter.cpp | 562 (TheLine->First->HasUnescapedNewline || TheLine->First->IsFirst)) { in tryFitMultipleLinesInOne() 1487 TheLine.First->NewlinesBefore > 0 || TheLine.First->IsFirst; in format() 1537 if (Newlines == 0 && !RootToken.IsFirst) in computeNewlines() 1539 if (RootToken.IsFirst && in computeNewlines()
|
| H A D | WhitespaceManager.cpp | 62 IsAligned, InPPDirective && !Tok.IsFirst, in replaceWhitespace() 73 /*IsAligned=*/false, InPPDirective && !Tok.IsFirst, in addUntouchableToken() 99 /*IsAligned=*/true, InPPDirective && !Tok.IsFirst, in replaceWhitespaceInToken()
|
| H A D | FormatTokenLexer.cpp | 1085 String->IsFirst = Macro->IsFirst; in tryMerge_TMacro() 1250 FormatTok->IsFirst = IsFirstToken; in getNextToken()
|
| H A D | FormatToken.h | 308 : HasUnescapedNewline(false), IsMultiline(false), IsFirst(false), in FormatToken() 345 unsigned IsFirst : 1; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | DebugCounter.cpp | 23 bool IsFirst = true; in printChunks() local 25 if (!IsFirst) in printChunks() 28 IsFirst = false; in printChunks()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/ |
| H A D | Disassembler.cpp | 146 bool IsFirst = true; in emitComments() local 148 if (!IsFirst) in emitComments() 156 IsFirst = false; in emitComments()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MustExecute.cpp | 678 bool IsFirst = !(PP->getPrevNode()); in getMustBeExecutedPrevInstruction() local 680 << (IsFirst ? " [IsFirst]" : "") << "\n"); in getMustBeExecutedPrevInstruction() 684 if (!ExploreInterBlock && IsFirst) { in getMustBeExecutedPrevInstruction() 694 if (!IsFirst) { in getMustBeExecutedPrevInstruction()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | AIX.cpp | 529 bool IsFirst = true; in addTocDataOptions() local 531 if (!IsFirst) in addTocDataOptions() 534 IsFirst = false; in addTocDataOptions()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | RegBankSelect.cpp | 220 bool IsFirst = true; in repairReg() local 224 if (IsFirst) in repairReg() 230 IsFirst = false; in repairReg()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | PrintPreprocessedOutput.cpp | 870 bool IsFirst = true; in HandlePragma() local 872 Callbacks->HandleWhitespaceBeforeTok(PragmaTok, /*RequireSpace=*/IsFirst, in HandlePragma() 874 IsFirst = false; in HandlePragma()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSection.h | 179 void setBundleGroupBeforeFirstInst(bool IsFirst) { in setBundleGroupBeforeFirstInst() argument 180 BundleGroupBeforeFirstInst = IsFirst; in setBundleGroupBeforeFirstInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 1301 bool IsFirst = true; in emitFunctionParamList() local 1315 if (!IsFirst) in emitFunctionParamList() 1318 IsFirst = false; in emitFunctionParamList() 1444 if (!IsFirst) in emitFunctionParamList()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Lexer.cpp | 1655 CharSourceRange Range, bool IsFirst) { in maybeDiagnoseIDCharCompat() argument 1671 } else if (IsFirst && C99DisallowedInitialIDChars.contains(C)) { in maybeDiagnoseIDCharCompat() 1760 CharSourceRange Range, bool IsFirst) { in diagnoseInvalidUnicodeCodepointInIdentifier() argument 1769 if ((IsFirst && IsIDStart) || (!IsFirst && IsIDContinue)) in diagnoseInvalidUnicodeCodepointInIdentifier() 1772 bool InvalidOnlyAtStart = IsFirst && !IsIDStart && IsIDContinue; in diagnoseInvalidUnicodeCodepointInIdentifier() 1774 if (!IsFirst || InvalidOnlyAtStart) { in diagnoseInvalidUnicodeCodepointInIdentifier()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Signals.inc | 556 bool IsFirst = true; 568 IsFirst ? MainExecutableName : Info->dlpi_name); 584 IsFirst = false;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86InstComments.cpp | 1844 bool IsFirst = true; in EmitAnyX86InstComments() local 1847 if (!IsFirst) in EmitAnyX86InstComments() 1850 IsFirst = false; in EmitAnyX86InstComments()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FrameLowering.cpp | 3133 bool NeedsWinCFI, bool IsFirst, in invalidateWindowsRegisterPairing() argument 3154 (Reg1 - AArch64::X19) % 2 == 0 && Reg2 == AArch64::LR && !IsFirst) in invalidateWindowsRegisterPairing() 3165 bool NeedsFrameRecord, bool IsFirst, in invalidateRegisterPairing() argument 3168 return invalidateWindowsRegisterPairing(Reg1, Reg2, NeedsWinCFI, IsFirst, in invalidateRegisterPairing() 3305 bool IsFirst = i == FirstReg; in computeCalleeSaveRegisterPairs() local 3310 NeedsWinCFI, NeedsFrameRecord, IsFirst, in computeCalleeSaveRegisterPairs() 3317 IsFirst, TRI)) in computeCalleeSaveRegisterPairs()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCAsmStreamer.cpp | 591 bool IsFirst = true; in emitLOHDirective() local 593 if (!IsFirst) in emitLOHDirective() 595 IsFirst = false; in emitLOHDirective()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86MCInstLower.cpp | 1500 bool IsFirst = true; in printShuffleMask() local 1503 if (!IsFirst) in printShuffleMask() 1506 IsFirst = false; in printShuffleMask()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 2754 bool IsFirst = true; in VisitOMPXAttributeClause() local 2756 if (!IsFirst) in VisitOMPXAttributeClause() 2759 IsFirst = false; in VisitOMPXAttributeClause()
|