Home
last modified time | relevance | path

Searched defs:config (Results 1 – 25 of 142) sorted by relevance

123456

/llvm-project/libcxx/utils/libcxx/test/
H A Ddsl.py54 def f(config, *args, **kwargs): argument
105 def _makeConfigTest(config): argument
137 def sourceBuilds(config, sourc argument
157 programOutput(config, program, args=None) global() argument
193 programSucceeds(config, program, args=None) global() argument
210 tryCompileFlag(config, flag) global() argument
223 hasCompileFlag(config, flag) global() argument
235 runScriptExitCode(config, script) global() argument
248 commandOutput(config, command) global() argument
266 hasAnyLocale(config, locales) global() argument
297 compilerMacros(config, flags="") global() argument
336 featureTestMacros(config, flags="") global() argument
351 _getSubstitution(substitution, config) global() argument
363 _ensureFlagIsSupported(config, flag) global() argument
380 applyTo(self, config) global() argument
395 pretty(self, config, litParams) global() argument
416 _getName(self, config) global() argument
424 applyTo(self, config) global() argument
427 pretty(self, config, litParams) global() argument
442 applyTo(self, config) global() argument
449 pretty(self, config, litParams) global() argument
464 applyTo(self, config) global() argument
471 pretty(self, config, litParams) global() argument
486 applyTo(self, config) global() argument
493 pretty(self, config, litParams) global() argument
508 applyTo(self, config) global() argument
515 pretty(self, config, litParams) global() argument
530 applyTo(self, config) global() argument
537 pretty(self, config, litParams) global() argument
553 applyTo(self, config) global() argument
561 pretty(self, config, litParams) global() argument
581 applyTo(self, config) global() argument
586 pretty(self, config, litParams) global() argument
630 _getName(self, config) global() argument
638 getActions(self, config) global() argument
655 pretty(self, config) global() argument
771 _getValue(self, config, litParams) global() argument
811 getActions(self, config, litParams) global() argument
818 pretty(self, config, litParams) global() argument
[all...]
H A Dconfig.py12 def _getSubstitution(substitution, config): argument
23 def configure(parameters, features, config, lit_config): argument
[all...]
/llvm-project/lldb/test/Shell/helper/
H A Dtoolchain.py17 return os.path.join(config.test_exec_root, "lit-lldb-init-quiet") argument
25 config.substitutions.append((" {0} ".format(execName), warning.format(execName))) argument
13 _get_lldb_init_path(config) global() argument
107 _use_msvc_substitutions(config) global() argument
137 use_support_substitutions(config) global() argument
212 use_lldb_repro_substitutions(config, mode) global() argument
[all...]
/llvm-project/mlir/include/mlir/Parser/
H A DParser.h155 inline OwningOpRef<ContainerOpT> parseSourceFile(const ParserConfig &config, in parseSourceFile()
177 parseSourceFile(const llvm::SourceMgr &sourceMgr, const ParserConfig &config) { in parseSourceFile()
188 const ParserConfig &config) { in parseSourceFile()
202 const ParserConfig &config) { in parseSourceFile()
217 const ParserConfig &config) { in parseSourceFile()
229 const ParserConfig &config) { in parseSourceFile()
/llvm-project/lldb/unittests/Expression/
H A DCppModuleConfigurationTest.cpp70 CppModuleConfiguration config(makeFiles(files), llvm::Triple()); in TEST_F() local
88 CppModuleConfiguration config(makeFiles(files), in TEST_F() local
106 CppModuleConfiguration config(makeFiles(files), llvm::Triple()); in TEST_F() local
122 CppModuleConfiguration config(makeFiles(files), llvm::Triple()); in TEST_F() local
140 CppModuleConfiguration config(makeFiles(files), llvm::Triple()); in TEST_F() local
160 CppModuleConfiguration config(makeFiles(files), in TEST_F() local
181 CppModuleConfiguration config(makeFiles(files), llvm::Triple()); in TEST_F() local
196 CppModuleConfiguration config(makeFiles(files), llvm::Triple()); in TEST_F() local
214 CppModuleConfiguration config(makeFiles(files), llvm::Triple()); in TEST_F() local
228 CppModuleConfiguration config(makeFiles(files), llvm::Triple()); in TEST_F() local
[all …]
/llvm-project/mlir/lib/Parser/
H A DParser.cpp21 Block *block, const ParserConfig &config, in parseSourceFile()
35 Block *block, const ParserConfig &config, in parseSourceFile()
50 const ParserConfig &config, in parseSourceFile()
76 const ParserConfig &config, in parseSourceFile()
84 Block *block, const ParserConfig &config, LocationAttr *sourceFileLoc) { in parseSourceFile()
91 const ParserConfig &config, in parseSourceString()
/llvm-project/flang/lib/Optimizer/Transforms/
H A DAlgebraicSimplification.cpp35 mlir::GreedyRewriteConfig config; member
51 return std::make_unique<AlgebraicSimplification>(config); in createAlgebraicSimplificationPass() argument
/llvm-project/mlir/lib/Transforms/
H A DCanonicalizer.cpp68 GreedyRewriteConfig config; global() member
80 createCanonicalizerPass(const GreedyRewriteConfig & config,ArrayRef<std::string> disabledPatterns,ArrayRef<std::string> enabledPatterns) createCanonicalizerPass() argument
[all...]
/llvm-project/libcxx/benchmarks/
H A Dlit.cfg.py
/llvm-project/compiler-rt/test/tsan/Linux/
H A Dlit.local.cfg.py1 def getRoot(config): argument
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dlit.local.cfg.py1 def getRoot(config): argument
/llvm-project/compiler-rt/test/ubsan/TestCases/TypeCheck/Linux/
H A Dlit.local.cfg.py1 def getRoot(config): argument
/llvm-project/compiler-rt/test/profile/Posix/
H A Dlit.local.cfg.py1 def getRoot(config): argument
/llvm-project/compiler-rt/test/cfi/cross-dso/
H A Dlit.local.cfg.py1 def getRoot(config): argument
/llvm-project/compiler-rt/test/asan/TestCases/Posix/
H A Dlit.local.cfg.py1 def getRoot(config): argument
/llvm-project/compiler-rt/test/tsan/libcxx/
H A Dlit.local.cfg.py1 def getRoot(config): argument
/llvm-project/compiler-rt/test/lsan/TestCases/Posix/
H A Dlit.local.cfg.py1 def getRoot(config): argument
/llvm-project/compiler-rt/test/msan/Linux/
H A Dlit.local.cfg.py1 def getRoot(config): argument
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Darwin/
H A Dlit.local.cfg.py1 def getRoot(config): argument
/llvm-project/compiler-rt/test/builtins/TestCases/Darwin/
H A Dlit.local.cfg.py1 def getRoot(config): argument
/llvm-project/compiler-rt/test/hwasan/TestCases/Posix/
H A Dlit.local.cfg.py1 def getRoot(config): argument
/llvm-project/compiler-rt/test/ubsan/TestCases/Misc/Linux/
H A Dlit.local.cfg.py
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dlit.local.cfg.py1 def getRoot(config): argument
/llvm-project/compiler-rt/test/asan/TestCases/Android/
H A Dlit.local.cfg.py1 def getRoot(config): argument
/llvm-project/compiler-rt/test/ctx_profile/
H A Dlit.cfg.py14 def get_required_attr(config, attr_name): argument
[all...]

123456