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

/external/llvm/lib/CodeGen/GlobalISel/
H A DRegisterBank.cpp94 bool IsFirst = true; local
102 if (!IsFirst)
105 IsFirst = false;
H A DRegisterBankInfo.cpp444 bool IsFirst = true; local
446 if (!IsFirst)
449 IsFirst = false;
626 bool IsFirst = true;
629 if (!IsFirst)
632 IsFirst = false;
646 bool IsFirst = true;
650 if (!IsFirst)
652 IsFirst = false;
H A DRegBankSelect.cpp138 bool IsFirst = true; local
142 if (IsFirst)
148 IsFirst = false;
/external/llvm/include/llvm/MC/
H A DMCSection.h141 void setBundleGroupBeforeFirstInst(bool IsFirst) { argument
142 BundleGroupBeforeFirstInst = IsFirst;
/external/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp133 bool IsFirst = true; local
135 if (!IsFirst)
143 IsFirst = false;
/external/swiftshader/third_party/LLVM/lib/Target/X86/InstPrinter/
H A DX86InstComments.cpp269 bool IsFirst = true;
273 if (!IsFirst)
276 IsFirst = false;
/external/clang/lib/Basic/
H A DDiagnosticIDs.cpp101 static bool IsFirst = true; // So the check is only performed on first call. local
102 if (IsFirst) {
107 IsFirst = false;
/external/clang/lib/Format/
H A DFormatTokenLexer.cpp289 String->IsFirst = Macro->IsFirst;
400 FormatTok->IsFirst = IsFirstToken;
H A DWhitespaceManager.cpp60 InPPDirective && !Tok.IsFirst,
72 Tok.Tok.getKind(), InPPDirective && !Tok.IsFirst,
88 InPPDirective && !Tok.IsFirst,
H A DUnwrappedLineFormatter.cpp242 (TheLine->First->HasUnescapedNewline || TheLine->First->IsFirst)) {
875 TheLine.First->NewlinesBefore > 0 || TheLine.First->IsFirst;
924 if (Newlines == 0 && !RootToken.IsFirst)
926 if (RootToken.IsFirst && !RootToken.HasUnescapedNewline)
H A DFormatToken.h149 bool IsFirst = false; member in struct:clang::format::FormatToken
H A DUnwrappedLineParser.cpp2061 (FormatTok->HasUnescapedNewline || FormatTok->IsFirst)) {
2093 if (isOnNewLine(*FormatTok) || FormatTok->IsFirst) {
H A DTokenAnnotator.cpp705 bool IsFirstToken = CurrentToken->IsFirst;
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
H A DCBackend.cpp3238 bool IsFirst = true; local
3253 if (!IsFirst) {
3255 IsFirst = false;
3281 IsFirst = true;
3294 if (!IsFirst) {
3296 IsFirst = false;
3311 IsFirst = true;
3321 if (!IsFirst) {
3323 IsFirst = false;
/external/llvm/lib/MC/
H A DMCAsmStreamer.cpp403 bool IsFirst = true; local
405 if (!IsFirst)
407 IsFirst = false;
/external/llvm/lib/Target/X86/InstPrinter/
H A DX86InstComments.cpp1018 bool IsFirst = true;
1021 if (!IsFirst)
1024 IsFirst = false;
/external/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1199 bool IsFirst = true;
1202 if (!IsFirst)
1205 IsFirst = false;
/external/clang/lib/Lex/
H A DLexer.cpp1425 CharSourceRange Range, bool IsFirst) {
1441 } else if (IsFirst && C99DisallowedInitialIDChars.contains(C)) {
1469 /*IsFirst=*/false);
1496 /*IsFirst=*/false);
2856 /*IsFirst=*/true);
1424 maybeDiagnoseIDCharCompat(DiagnosticsEngine &Diags, uint32_t C, CharSourceRange Range, bool IsFirst) argument
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp6392 bool IsFirst = true; local
6394 if (!IsFirst)
6402 IsFirst = false;

Completed in 420 milliseconds