Home
last modified time | relevance | path

Searched defs:parseConfig (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/test/lib/IR/
H A DTestBytecodeRoundtrip.cpp163 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 DTestUseListOrders.cpp94 ParserConfig parseConfig(&getContext(), /*verifyAfterParse=*/true); in doRoundtripToBytecode() local
/llvm-project/mlir/unittests/Bytecode/
H A DBytecodeTest.cpp43 ParserConfig parseConfig(&context); in TEST() local
/llvm-project/mlir/lib/Tools/mlir-opt/
H A DMlirOptMain.cpp308 ParserConfig parseConfig(&roundtripContext, /*verifyAfterParse=*/true, doVerifyRoundTrip() local
376 ParserConfig parseConfig(context, /*verifyAfterParse=*/true, performActions() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp510 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