Searched defs:parseConfig (Results 1 – 5 of 5) sorted by relevance
/llvm-project/mlir/test/lib/IR/ |
H A D | TestBytecodeRoundtrip.cpp | 163 ParserConfig parseConfig(newCtx.get(), /*verifyAfterParse=*/true); in runTest0() local 227 ParserConfig parseConfig(op->getContext(), /*verifyAfterParse=*/true); in runTest1() local 239 ParserConfig parseConfig(op->getContext(), /*verifyAfterParse=*/true); in runTest2() local 289 ParserConfig parseConfig(op->getContext(), /*verifyAfterParse=*/false); in runTest3() local 305 ParserConfig parseConfig(op->getContext(), /*verifyAfterParse=*/false); in runTest4() local 348 ParserConfig parseConfig(op->getContext(), /*verifyAfterParse=*/false); in runTest5() local 411 ParserConfig parseConfig(op->getContext(), /*verifyAfterParse=*/true); in runTest6() local
|
H A D | TestUseListOrders.cpp | 94 ParserConfig parseConfig(&getContext(), /*verifyAfterParse=*/true); in doRoundtripToBytecode() local
|
/llvm-project/mlir/unittests/Bytecode/ |
H A D | BytecodeTest.cpp | 43 ParserConfig parseConfig(&context); in TEST() local
|
/llvm-project/mlir/lib/Tools/mlir-opt/ |
H A D | MlirOptMain.cpp | 308 ParserConfig parseConfig(&roundtripContext, /*verifyAfterParse=*/true, doVerifyRoundTrip() local 376 ParserConfig parseConfig(context, /*verifyAfterParse=*/true, performActions() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | GenericTaintChecker.cpp | 510 void GenericTaintRuleParser::parseConfig(const std::string &Option, parseConfig() function in GenericTaintRuleParser 518 void GenericTaintRuleParser::parseConfig(const std::string &Option, parseConfig() function in GenericTaintRuleParser 526 void GenericTaintRuleParser::parseConfig(const std::string &Option, parseConfig() function in GenericTaintRuleParser
|