Home
last modified time | relevance | path

Searched refs:foo_2 (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/test/Index/
H A Dcomplete-call.cpp5 void foo_2(int);
6 void foo_2(void *);
25 void foo_2(int);
26 void foo_2(void *);
48 foo_2(42); in main()
68 s.foo_2(42); in main()
88 foo_2(42,); in main()
92 s.foo_2(42,); in main()
H A Dcomplete-optional-params.cpp10 void foo_2(Bar1 b1 = Bar1(), Bar2 b2 = Bar2());
17 foo_2(); in main()
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/llvm-ir/
H A Dnan-fp-attr.ll184 ; MIPS32R1-LABEL: foo_2:
189 ; MIPS32R2-LABEL: foo_2:
194 ; MIPS32R2-ABS2K8-LABEL: foo_2:
199 ; MIPS32R6-LABEL: foo_2:
204 ; MIPS64R1-LABEL: foo_2:
209 ; MIPS64R2-LABEL: foo_2:
214 ; MIPS64R2-ABS2K8-LABEL: foo_2:
219 ; MIPS64R6-LABEL: foo_2:
229 ; MM-LABEL: foo_2:
234 ; MM-ABS2K8-LABEL: foo_2:
[all …]
/llvm-project-15.0.7/llvm/test/MC/Mips/
H A Dsext_64_32.ll14 ; CHECK-LABEL: <foo_2>:
17 define i64 @foo_2(i32 %ival_2) nounwind readnone {
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dsuspicious-call-argument.cpp5 void foo_2(int source, int aaaaaa) {} in foo_2() function
409 foo_2(aaaaaa, src); in main()
424 foo_2(cccccc, urce); in main()
429 foo_2(cccccc, ourc); in main()
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Druntime-stkchk.ll18 ; CHECK-LABEL: foo_2
20 define i32 @foo_2(i32 %n, i32* %y) #0 {
H A Didxload-with-zero-offset.ll51 define i32 @foo_2(i8* nocapture %a, i32 %n, i32 %m) nounwind {
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-cast-qual.cpp54 void foo_2() { in foo_2() function
/llvm-project-15.0.7/mlir/test/Dialect/SPIRV/Linking/ModuleCombiner/
H A Dconflict-resolution.mlir46 // CHECK-NEXT: spv.func @foo_2
540 // CHECK-NEXT: spv.SpecConstantComposite @foo_2 (@bar_1, @bar_1)
542 // CHECK-NEXT: spv.mlir.referenceof @foo_2
/llvm-project-15.0.7/mlir/test/IR/
H A Dtraits.mlir341 "test.symbol"() {sym_name = "foo_2", sym_visibility} : () -> ()
346 "test.symbol"() {sym_name = "foo_2", sym_visibility = "foo"} : () -> ()