Searched refs:IsFirst (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp144 bool IsFirst = true; local
146 if (!IsFirst)
149 IsFirst = false;
195 bool IsFirst = true; local
197 if (!IsFirst)
200 IsFirst = false;
208 bool IsFirst = true; local
210 if (!IsFirst)
213 IsFirst = false;
223 bool IsFirst local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegisterBank.cpp101 bool IsFirst = true; local
109 if (!IsFirst)
112 IsFirst = false;
H A DRegisterBankInfo.cpp587 bool IsFirst = true; local
589 if (!IsFirst)
592 IsFirst = false;
769 bool IsFirst = true;
772 if (!IsFirst)
775 IsFirst = false;
789 bool IsFirst = true;
793 if (!IsFirst)
795 IsFirst = false;
H A DRegBankSelect.cpp220 bool IsFirst = true; local
224 if (IsFirst)
230 IsFirst = false;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h142 void setBundleGroupBeforeFirstInst(bool IsFirst) { argument
143 BundleGroupBeforeFirstInst = IsFirst;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp147 bool IsFirst = true; local
149 if (!IsFirst)
157 IsFirst = false;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp418 (TheLine->First->HasUnescapedNewline || TheLine->First->IsFirst)) {
1159 TheLine.First->NewlinesBefore > 0 || TheLine.First->IsFirst;
1214 if (Newlines == 0 && !RootToken.IsFirst)
1216 if (RootToken.IsFirst && !RootToken.HasUnescapedNewline)
H A DFormatTokenLexer.cpp539 String->IsFirst = Macro->IsFirst;
646 FormatTok->IsFirst = IsFirstToken;
H A DWhitespaceManager.cpp54 InPPDirective && !Tok.IsFirst,
65 InPPDirective && !Tok.IsFirst,
85 InPPDirective && !Tok.IsFirst, /*IsInsideToken=*/true));
H A DFormatToken.h167 bool IsFirst = false; member in struct:clang::format::FormatToken
H A DUnwrappedLineParser.cpp2689 (isOnNewLine(*FormatTok) || FormatTok->IsFirst)) {
2706 (FormatTok->HasUnescapedNewline || FormatTok->IsFirst)) {
H A DTokenAnnotator.cpp1059 bool IsFirstToken = CurrentToken->IsFirst;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp477 bool IsFirst = true; local
480 if (!IsFirst)
482 IsFirst = false;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstComments.cpp1302 bool IsFirst = true;
1305 if (!IsFirst)
1308 IsFirst = false;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp485 bool IsFirst = true; local
487 if (!IsFirst)
489 IsFirst = false;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp864 bool IsFirst = true;
866 if (IsFirst) {
867 IsFirst = false;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1822 bool IsFirst = true;
1825 if (!IsFirst)
1828 IsFirst = false;
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2071 bool IsFirst = true; local
2073 if (!IsFirst)
2075 IsFirst = false;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1849 bool IsFirst = true; local
1856 if (!IsFirst)
1871 IsFirst = false;
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp986 bool IsFirst = true; local
989 IsFirst = false;
994 if (!IsFirst)
996 IsFirst = false;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7079 bool IsFirst = true; local
7087 if (IsFirst) {
7089 IsFirst = false;
7092 if (!IsFirst)
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7165 bool IsFirst = true; local
7167 if (!IsFirst)
7175 IsFirst = false;

Completed in 426 milliseconds