/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | COFFLinkGraphBuilder.cpp | 284 auto Parsed = DirectiveParser.parse(Str); in handleDirectiveSection() 285 if (!Parsed) in handleDirectiveSection() 286 return Parsed.takeError(); in handleDirectiveSection() 287 for (auto *Arg : *Parsed) { in handleDirectiveSection() 283 auto Parsed = DirectiveParser.parse(Str); handleDirectiveSection() local
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangDiagnosticsEmitter.cpp | 1020 std::vector<Piece *> Parsed; in parseDiagText() local 1034 Parsed.push_back(New<TextPiece>(Text.slice(0, End), "diagtext")); in parseDiagText() 1082 Parsed.push_back(Select); in parseDiagText() 1103 Parsed.push_back(Plural); in parseDiagText() 1126 Parsed.push_back(Sub); in parseDiagText() 1143 Parsed.push_back(Diff); in parseDiagText() 1151 Parsed.push_back(Select); in parseDiagText() 1159 Parsed.push_back(New<PlaceholderPiece>(ModType, parseModifier(Text))); in parseDiagText() 1165 return New<MultiPiece>(Parsed); in parseDiagText()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopPredication.cpp | 848 bool Parsed = parseWidenableBranch(BI, Cond, WC, IfTrueBB, IfFalseBB); widenWidenableBranchGuardConditions() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | llvm-pdbutil.cpp | 1423 std::optional<opts::bytes::NumberRange> &Parsed) { 1432 Parsed.emplace(); in parseRange() 1433 if (!to_integer(Matches[1], Parsed->Min)) in parseRange() 1437 Parsed->Max.emplace(); in parseRange() 1438 if (!to_integer(Matches[3], *Parsed->Max)) in parseRange() 1425 parseRange(StringRef Str,std::optional<opts::bytes::NumberRange> & Parsed) parseRange() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 627 auto Parsed = json::parse(Buffer->getBuffer()); in WorkloadImportsManager() local 628 if (!Parsed) in WorkloadImportsManager() 629 report_fatal_error(Parsed.takeError()); in WorkloadImportsManager() 630 if (!json::fromJSON(*Parsed, WorkloadDefs, NullRoot)) in WorkloadImportsManager()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | YAMLTraits.cpp | 914 if (std::optional<bool> Parsed = parseBool(Scalar)) { in input() local 915 Val = *Parsed; in input()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | MasmParser.cpp | 1376 bool Parsed = parseStatement(Info, nullptr); in Run() local 1381 if (Parsed && !hasPendingError() && Lexer.getTok().is(AsmToken::Error)) { in Run() 1389 if (Parsed && !getLexer().isAtStartOfStatement()) in Run() 3287 bool Parsed = parseStatement(Info, nullptr); in handleMacroInvocation() local 3289 if (!Parsed && Info.ExitValue) { in handleMacroInvocation() 3297 if (Parsed && !hasPendingError() && Lexer.getTok().is(AsmToken::Error)) { in handleMacroInvocation() 3305 if (Parsed && !getLexer().isAtStartOfStatement()) in handleMacroInvocation()
|
H A D | AsmParser.cpp | 1001 bool Parsed = parseStatement(Info, nullptr); in Run() local 1006 if (Parsed && !hasPendingError() && Lexer.getTok().is(AsmToken::Error)) { in Run() 1014 if (Parsed && !getLexer().isAtStartOfStatement()) in Run()
|
/freebsd/contrib/libxo/doc/ |
H A D | field-formatting.rst | 291 Retaining Parsed Format Information
|
/freebsd/usr.sbin/bsdconfig/share/media/ |
H A D | wlan.subr | 1244 f_dprintf "$funcname: Parsed %i scanned networks" \ 1252 f_dprintf "%s: Parsed %i wireless configurations" \
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 5376 MSGuidDecl::Parts Parsed; in handleUuidAttr() local 5377 StrRef.substr(0, 8).getAsInteger(16, Parsed.Part1); in handleUuidAttr() 5378 StrRef.substr(9, 4).getAsInteger(16, Parsed.Part2); in handleUuidAttr() 5379 StrRef.substr(14, 4).getAsInteger(16, Parsed.Part3); in handleUuidAttr() 5382 .getAsInteger(16, Parsed.Part4And5[i]); in handleUuidAttr() 5383 MSGuidDecl *Guid = S.Context.getMSGuidDecl(Parsed); in handleUuidAttr()
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 4448 bool Parsed = parseValID(ID, /*PFS=*/nullptr, Ty) || in parseGlobalValue() local 4452 return Parsed; in parseGlobalValue()
|
/freebsd/contrib/sendmail/cf/m4/ |
H A D | proto.m4 | 1517 ### Parsed address (user < @ domain . >)
|