Home
last modified time | relevance | path

Searched refs:IsFirst (Results 1 – 25 of 27) sorted by path

12

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2558 bool IsFirst = true; in VisitOMPXAttributeClause() local
2560 if (!IsFirst) in VisitOMPXAttributeClause()
2563 IsFirst = false; in VisitOMPXAttributeClause()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1754 bool IsFirst = true; in AppendTargetMangling() local
1757 IsFirst = false; in AppendTargetMangling()
1762 if (!IsFirst) in AppendTargetMangling()
1764 IsFirst = false; in AppendTargetMangling()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2331 bool IsFirst = true; local
2339 if (!IsFirst) in __anond692b8c90602()
2350 IsFirst = false; in __anond692b8c90602()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h278 : HasUnescapedNewline(false), IsMultiline(false), IsFirst(false), in FormatToken()
315 unsigned IsFirst : 1; member
H A DFormatTokenLexer.cpp955 String->IsFirst = Macro->IsFirst; in tryMerge_TMacro()
1114 FormatTok->IsFirst = IsFirstToken; in getNextToken()
H A DObjCPropertyAttributeOrderFixer.cpp132 bool IsFirst = true; in sortPropertyAttributes() local
134 if (IsFirst) in sortPropertyAttributes()
135 IsFirst = false; in sortPropertyAttributes()
H A DTokenAnnotator.cpp1518 bool IsFirstToken = CurrentToken->IsFirst; in parsePreprocessorDirective()
H A DUnwrappedLineFormatter.cpp595 (TheLine->First->HasUnescapedNewline || TheLine->First->IsFirst)) { in tryFitMultipleLinesInOne()
1420 TheLine.First->NewlinesBefore > 0 || TheLine.First->IsFirst; in format()
1470 if (Newlines == 0 && !RootToken.IsFirst) in computeNewlines()
1472 if (RootToken.IsFirst && !RootToken.HasUnescapedNewline) in computeNewlines()
H A DUnwrappedLineParser.cpp4692 (isOnNewLine(*FormatTok) || FormatTok->IsFirst)) { in distributeComments()
4727 return Tok.HasUnescapedNewline || Tok.IsFirst; in readToken()
H A DWhitespaceManager.cpp62 IsAligned, InPPDirective && !Tok.IsFirst, in replaceWhitespace()
73 /*IsAligned=*/false, InPPDirective && !Tok.IsFirst, in addUntouchableToken()
99 /*IsAligned=*/true, InPPDirective && !Tok.IsFirst, in replaceWhitespaceInToken()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp789 bool IsFirst = true; in HandlePragma() local
791 Callbacks->HandleWhitespaceBeforeTok(PragmaTok, /*RequireSpace=*/IsFirst, in HandlePragma()
793 IsFirst = false; in HandlePragma()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1591 CharSourceRange Range, bool IsFirst) { in maybeDiagnoseIDCharCompat() argument
1607 } else if (IsFirst && C99DisallowedInitialIDChars.contains(C)) { in maybeDiagnoseIDCharCompat()
1696 CharSourceRange Range, bool IsFirst) { in diagnoseInvalidUnicodeCodepointInIdentifier() argument
1705 if ((IsFirst && IsIDStart) || (!IsFirst && IsIDContinue)) in diagnoseInvalidUnicodeCodepointInIdentifier()
1708 bool InvalidOnlyAtStart = IsFirst && !IsIDStart && IsIDContinue; in diagnoseInvalidUnicodeCodepointInIdentifier()
1710 if (!IsFirst || InvalidOnlyAtStart) { in diagnoseInvalidUnicodeCodepointInIdentifier()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10671 bool IsFirst = true; in checkFormatStringExpr() local
10679 if (IsFirst) { in checkFormatStringExpr()
10681 IsFirst = false; in checkFormatStringExpr()
10684 if (!IsFirst) in checkFormatStringExpr()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2259 bool IsFirst = true; in generateParsingHelpers() local
2261 if (!IsFirst) in generateParsingHelpers()
2263 IsFirst = false; in generateParsingHelpers()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h162 void setBundleGroupBeforeFirstInst(bool IsFirst) {
163 BundleGroupBeforeFirstInst = IsFirst;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp670 bool IsFirst = !(PP->getPrevNode()); in getMustBeExecutedPrevInstruction() local
672 << (IsFirst ? " [IsFirst]" : "") << "\n"); in getMustBeExecutedPrevInstruction()
676 if (!ExploreInterBlock && IsFirst) { in getMustBeExecutedPrevInstruction()
686 if (!IsFirst) { in getMustBeExecutedPrevInstruction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp220 bool IsFirst = true; in repairReg() local
224 if (IsFirst) in repairReg()
230 IsFirst = false; in repairReg()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterBankInfo.cpp595 bool IsFirst = true; in print() local
597 if (!IsFirst) in print()
600 IsFirst = false; in print()
782 bool IsFirst = true; in print() local
785 if (!IsFirst) in print()
788 IsFirst = false; in print()
802 bool IsFirst = true; in print() local
806 if (!IsFirst) in print()
808 IsFirst = false; in print()
H A DTargetPassConfig.cpp646 bool IsFirst = true; in getLimitedCodeGenPipelineReason() local
649 if (!IsFirst) in getLimitedCodeGenPipelineReason()
651 IsFirst = false; in getLimitedCodeGenPipelineReason()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp554 bool IsFirst = true; in emitLOHDirective() local
556 if (!IsFirst) in emitLOHDirective()
558 IsFirst = false; in emitLOHDirective()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp147 bool IsFirst = true; in emitComments() local
149 if (!IsFirst) in emitComments()
157 IsFirst = false; in emitComments()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc518 bool IsFirst = true;
530 IsFirst ? MainExecutableName : Info->dlpi_name);
546 IsFirst = false;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2704 bool NeedsWinCFI, bool IsFirst, in invalidateWindowsRegisterPairing() argument
2725 (Reg1 - AArch64::X19) % 2 == 0 && Reg2 == AArch64::LR && !IsFirst) in invalidateWindowsRegisterPairing()
2736 bool NeedsFrameRecord, bool IsFirst, in invalidateRegisterPairing() argument
2739 return invalidateWindowsRegisterPairing(Reg1, Reg2, NeedsWinCFI, IsFirst, in invalidateRegisterPairing()
2840 bool IsFirst = i == FirstReg; in computeCalleeSaveRegisterPairs() local
2845 NeedsWinCFI, NeedsFrameRecord, IsFirst, in computeCalleeSaveRegisterPairs()
2852 IsFirst, TRI)) in computeCalleeSaveRegisterPairs()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp843 bool IsFirst = true; in print() local
845 if (IsFirst) { in print()
846 IsFirst = false; in print()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.cpp206 bool IsFirst = true; in collectGlobalEntities() local
213 collectDefInstr(Reg, MF, &MAI, MSType, IsFirst); in collectGlobalEntities()
214 IsFirst = false; in collectGlobalEntities()

12