Home
last modified time | relevance | path

Searched refs:method4 (Results 1 – 11 of 11) sorted by relevance

/external/clang/test/Modules/
Dmethod_pool.m23 …[object method4]; // expected-warning{{instance method '-method4' not found (return type defaults …
63 [object method4];
/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.memberFunCall.frag.out34 0:6 Function Call: myContext::method4(f1;f1; ( temp float)
38 0:7 Function Definition: myContext::method4(f1;f1; ( temp float)
112 0:6 Function Call: myContext::method4(f1;f1; ( temp float)
116 0:7 Function Definition: myContext::method4(f1;f1; ( temp float)
176 Name 30 "myContext::method4(f1;f1;"
240 … 50: 6(float) FunctionCall 30(myContext::method4(f1;f1;) 22(@this) 46(param) 48(param)
243 30(myContext::method4(f1;f1;): 6(float) Function None 26
/external/deqp-deps/glslang/Test/
Dhlsl.memberFunCall.frag6 float method3(float a) { return method4(a, a); }
7 float method4(float a, float b) { return a + b + f; }
/external/autotest/client/common_lib/test_utils/
Dmock_demo.py28 def method4(self, z, w): member in B
59 print b.method4(1, 4)
89 m2.method4.expect_call(1, 4).and_return(6)
/external/clang/test/Index/
Dcomplete-blocks.m29 - method4:(void(^)(void))arg;
34 [c method4:^{}];
62 // CHECK-CC4: ObjCInstanceMethodDecl:{ResultType id}{TypedText method4:}{Placeholder ^(void)arg} (3…
/external/clang/test/SemaObjC/
Dmethod-attributes.m69 - (id) method4: (int)arg1 __attribute__((aligned(16))) __attribute__((deprecated)) __attribute__((…
85 - (id) method4: (int)arg1 __attribute__((aligned(16))) __attribute__((deprecated)) __attribute__((u…
/external/clang/test/Modules/Inputs/
DMethodPoolASub2.h2 - (char*)method4;
DMethodPoolBSub.h3 - (char*)method4;
DMethodPoolASub.h3 - (char*)method4;
/external/clang/test/SemaObjCXX/Inputs/
Dnullability-pragmas-1.h57 - (void)method4:(NSErrorPtr *)error; // expected-note{{passing argument to parameter 'error' here}}
/external/clang/test/SemaObjCXX/
Dnullability-pragmas.mm32 …[a method4: a]; // expected-error{{cannot initialize a parameter of type 'NSErrorPtr _Nullable * …