HomeSort by relevance Sort by last modified time
    Searched full:func2 (Results 101 - 125 of 294) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/clang/test/SemaObjC/
error-missing-getter.m 26 int func2 (int arg) {
  /external/llvm/test/Transforms/InstCombine/
and-not-or.ll 12 define i32 @func2(i32 %x, i32 %y) nounwind {
and-or.ll 14 define i32 @func2(i32 %a, i32 %b) nounwind readnone {
or-to-xor.ll 14 define i32 @func2(i32 %a, i32 %b) nounwind readnone {
  /external/llvm/test/Transforms/SimplifyCFG/
preserve-branchweights-switch-create.ll 3 declare void @func2(i32)
19 call void @func2(i32 %N) nounwind
60 call void @func2(i32 %N) nounwind
107 call void @func2(i32 %N) nounwind
  /external/clang/test/CoverageMapping/
macroception.c 18 // CHECK-LABEL: func2:
21 void func2() {
  /external/clang/test/Index/
complete-type-factors.m 13 enum Priority func2(int);
39 // CHECK-CC1: FunctionDecl:{ResultType enum Priority}{TypedText func2}{LeftParen (}{Placeholder int}{RightParen )} (25)
54 // CHECK-CC2: FunctionDecl:{ResultType enum Priority}{TypedText func2}{LeftParen (}{Placeholder int}{RightParen )} (50)
69 // CHECK-CC3: FunctionDecl:{ResultType enum Priority}{TypedText func2}{LeftParen (}{Placeholder int}{RightParen )} (12)
85 // CHECK-CC4: FunctionDecl:{ResultType enum Priority}{TypedText func2}{LeftParen (}{Placeholder int}{RightParen )} (50)
103 // CHECK-CC6: FunctionDecl:{ResultType enum Priority}{TypedText func2}{LeftParen (}{Placeholder int}{RightParen )} (50)
119 // CHECK-CC7: FunctionDecl:{ResultType enum Priority}{TypedText func2}{LeftParen (}{Placeholder int}{RightParen )} (50)
131 // CHECK-CC8: FunctionDecl:{ResultType enum Priority}{TypedText func2}{LeftParen (}{Placeholder int}{RightParen )} (12)
annotate-toplevel-in-objccontainer.m 3 void func2(int);
  /external/clang/test/SemaCXX/
type-definition-in-specifier.cpp 44 void func2(enum t19018 {qq} x); // expected-error{{cannot be defined in a parameter type}}
57 void func2 (enum en_3 {qq} x); // expected-error{{cannot be defined in a parameter type}}
  /external/clang/test/SemaTemplate/
instantiate-function-params.cpp 85 __attribute__((noreturn)) functype func2; member in struct:InstantiateFunctionTypedef::X
96 (void)x.func2(1, 2);
  /external/libcxx/test/std/thread/futures/futures.tas/futures.task.members/
make_ready_at_thread_exit.pass.cpp 48 void func2(std::packaged_task<double(int, char)> p) function
98 std::thread(func2, std::move(p)).detach();
operator.pass.cpp 48 void func2(std::packaged_task<double(int, char)> p) function
98 std::thread t(func2, std::move(p));
  /external/llvm/test/CodeGen/Mips/
fcopysign-f32-f64.ll 9 define float @func2(float %d, double %f) nounwind readnone {
11 ; 64: func2
  /external/llvm/test/Instrumentation/AddressSanitizer/
stack_dynamic_alloca.ll 35 define void @Func2() sanitize_address {
37 ; CHECK-LABEL: Func2
  /external/llvm/test/Linker/Inputs/
thinlto_funcimport_debug.ll 9 %call1 = tail call i32 @func2(i32 10) #2, !dbg !12
15 declare i32 @func2(i32) #1
  /external/llvm/test/tools/llvm-readobj/
imports.test 26 X86-NEXT: Symbol: Func2 (1)
69 X64-NEXT: Symbol: Func2 (1)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/
make_ready_at_thread_exit.pass.cpp 46 void func2(std::packaged_task<double(int, char)> p) function
96 std::thread(func2, std::move(p)).detach();
operator.pass.cpp 46 void func2(std::packaged_task<double(int, char)> p) function
96 std::thread t(func2, std::move(p));
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ifunc/
pr17154-x86-64.d 23 0+300 <func2@plt>:
42 [ ]*[a-f0-9]+: e8 d1 ff ff ff callq 300 <func2@plt>
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
bnd-ifunc-2.d 33 0+330 <func2@plt>:
50 [ ]*[a-f0-9]+: f2 e8 de ff ff ff bnd callq 330 <func2@plt>
  /external/llvm/test/CodeGen/AArch64/
aarch64-DAGCombine-findBetterNeighborChains-crash.ll 28 define void @func2(float* noalias %arg, i32* noalias %arg1, i8* noalias %arg2, i8* noalias %arg3) #1 {
  /external/llvm/test/CodeGen/Generic/
add-with-overflow-128.ll 8 define i1 @func2(i128 zeroext %v1, i128 zeroext %v2) nounwind {
  /prebuilts/go/darwin-x86/test/
escape4.go 29 f = func() { // ERROR "func literal escapes to heap" "can inline f1.func2"
  /prebuilts/go/linux-x86/test/
escape4.go 29 f = func() { // ERROR "func literal escapes to heap" "can inline f1.func2"
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/microblaze/
relax_size2.elf 10 6: 00000054 8 NOTYPE LOCAL DEFAULT 1 func2

Completed in 499 milliseconds

1 2 3 45 6 7 8 91011>>