Home
last modified time | relevance | path

Searched refs:foo_bar (Results 1 – 7 of 7) sorted by relevance

/llvm-project/lldb/unittests/Utility/
H A DSupportFileTest.cpp47 FileSpec foo_bar("/foo/bar"); in TEST() local
54 SupportFile support_file(foo_bar, checksum_foo_bar); in TEST()
57 SupportFile support_file_a(foo_bar, checksum_foo_bar); in TEST()
66 SupportFile support_file_b(foo_bar); in TEST()
/llvm-project/mlir/test/mlir-cpu-runner/
H A Dverify-flags.mlir
/llvm-project/compiler-rt/test/fuzzer/
H A Dfuzzer-flags.test2 RUN: %run %t-FlagsTest -runs=10 -foo_bar=1 2>&1 | FileCheck %s --check-prefix=FOO_BAR
3 FOO_BAR: WARNING: unrecognized flag '-foo_bar=1'; use -help=1 to list all flags
/llvm-project/llvm/docs/CommandGuide/
H A Dllvm-cxxmap.rst79 # C function "void foo_bar()" is remapped to C++ function "void foo::bar()".
80 encoding 7foo_bar _Z3foo3barv
/llvm-project/llvm/test/CodeGen/Hexagon/
H A DBranchPredict.ll53 define i32 @foo_bar(i32 %a, i16 signext %b) nounwind {
/llvm-project/llvm/test/DebugInfo/X86/
H A Ddbg-value-location.ll69 !16 = distinct !DISubprogram(name: "foo_bar", line: 18086, isLocal: true, isDefinition: true, virtu…
/llvm-project/llvm/test/Bindings/OCaml/
H A Dcore.ml388 let foo_bar = create_string_attr context "foo" "bar" in
390 insist (foo_bar <> foo_baz);
391 insist (foo_bar = (create_string_attr context "foo" "bar"));
392 insist ((repr_of_attr foo_bar) = AttrRepr.String("foo", "bar"));
393 insist ((attr_of_repr context (repr_of_attr foo_bar)) = foo_bar);