Home
last modified time | relevance | path

Searched defs:Class (Results 1 – 25 of 189) sorted by relevance

12345678

/external/clang/test/SemaCXX/
Dexpression-traits.cpp180 struct Class : BaseClass struct
186 struct NestedClassTemplate {}; argument
211 Class(); argument
227 ASSERT_LVALUE(::Class::function); // qualified-id: function in expr_prim_4() argument
268 ASSERT_LVALUE(Class::dataMember); in expr_prim_7() argument
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/pepper/
Ddefine_empty_macros.h7 #define METHOD0(Class, ReturnType, MethodName) argument
8 #define METHOD1(Class, ReturnType, MethodName, Type0) argument
9 #define METHOD2(Class, ReturnType, MethodName, Type0, Type1) argument
10 #define METHOD3(Class, ReturnType, MethodName, Type0, Type1, Type2) argument
11 #define METHOD4(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3) argument
12 #define METHOD5(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3, \ argument
/external/llvm/lib/Transforms/ObjCARC/
DObjCARC.h103 inline static bool IsUser(InstructionClass Class) { in IsUser()
110 static inline bool IsRetain(InstructionClass Class) { in IsRetain()
116 static inline bool IsAutorelease(InstructionClass Class) { in IsAutorelease()
123 static inline bool IsForwarding(InstructionClass Class) { in IsForwarding()
133 static inline bool IsNoopOnNull(InstructionClass Class) { in IsNoopOnNull()
144 static inline bool IsAlwaysTail(InstructionClass Class) { in IsAlwaysTail()
153 static inline bool IsNeverTail(InstructionClass Class) { in IsNeverTail()
164 static inline bool IsNoThrow(InstructionClass Class) { in IsNoThrow()
179 CanInterruptRV(InstructionClass Class) { in CanInterruptRV()
DDependencyAnalysis.cpp38 InstructionClass Class) { in CanAlterRefCount()
74 ProvenanceAnalysis &PA, InstructionClass Class) { in CanUse()
126 InstructionClass Class = GetInstructionClass(Inst); in Depends() local
138 InstructionClass Class = GetInstructionClass(Inst); in Depends() local
151 InstructionClass Class = GetInstructionClass(Inst); in Depends() local
181 InstructionClass Class = GetBasicInstructionClass(Inst); in Depends() local
DObjCARCUtil.cpp29 const InstructionClass Class) { in operator <<()
180 InstructionClass Class = GetFunctionClass(F); in GetInstructionClass() local
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
Dpepper_interface_mock.h20 #define METHOD0(Class, ReturnType, MethodName) \ argument
22 #define METHOD1(Class, ReturnType, MethodName, Type0) \ argument
24 #define METHOD2(Class, ReturnType, MethodName, Type0, Type1) \ argument
26 #define METHOD3(Class, ReturnType, MethodName, Type0, Type1, Type2) \ argument
28 #define METHOD4(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3) \ argument
30 #define METHOD5(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3, \ argument
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
Dpepper_interface.h117 #define METHOD0(Class, ReturnType, MethodName) \ argument
119 #define METHOD1(Class, ReturnType, MethodName, Type0) \ argument
121 #define METHOD2(Class, ReturnType, MethodName, Type0, Type1) \ argument
123 #define METHOD3(Class, ReturnType, MethodName, Type0, Type1, Type2) \ argument
125 #define METHOD4(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3) \ argument
127 #define METHOD5(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3, \ argument
Dreal_pepper_interface.cc24 #define METHOD0(Class, ReturnType, MethodName) \ argument
26 #define METHOD1(Class, ReturnType, MethodName, Type0) \ argument
28 #define METHOD2(Class, ReturnType, MethodName, Type0, Type1) \ argument
30 #define METHOD3(Class, ReturnType, MethodName, Type0, Type1, Type2) \ argument
32 #define METHOD4(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3) \ argument
34 #define METHOD5(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3, \ argument
/external/clang/test/SemaObjCXX/
Dinstantiate-expr.mm27 template void f<6, Class>(int, int); // expected-note{{in instantiation of}} function
28 template void f<7, Class>(int*, int); // expected-note{{in instantiation of}} function
29 template void f<8, Class>(int, double*); // expected-note{{in instantiation of}} function
52 template void f3<Class>(id); // expected-note{{in instantiation of}} function
/external/clang/test/CodeGenObjC/
Did-isa-codegen.m4 typedef struct objc_class *Class; typedef
13 + (unsigned char) isSubclassOfClass:(Class)aClass ; argument
18 + (unsigned char) isSubclassOfClass:(Class)aClass {return 0;} argument
/external/libcxx/test/utilities/meta/meta.unary.prop.query/
Drank.pass.cpp25 class Class class
Dalignment_of.pass.cpp26 class Class class
Dextent.pass.cpp34 class Class class
/external/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/
Dmember_function_pointer.pass.cpp46 class Class class
Dmember_object_pointer.pass.cpp46 class Class class
/external/clang/test/SemaObjC/
Dwarn-incompatible-builtin-types.m5 - (void)foo:(Class)class; // expected-note{{passing argument to parameter 'class' here}} argument
Dmethod-lookup-5.m4 typedef struct objc_class *Class; typedef
/external/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/
Dmember_object_pointer.pass.cpp37 class Class class
Dmember_function_pointer.pass.cpp37 class Class class
/external/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
Dis_unsigned.pass.cpp34 class Class class
Dis_pod.pass.cpp34 class Class class
Dis_signed.pass.cpp34 class Class class
/external/libcxx/test/utilities/meta/meta.rel/
Dis_same.pass.cpp40 class Class class
/external/clang/test/CodeGenCXX/
Ddebug-info-this.cpp3 class Class class
/external/chromium_org/v8/test/mjsunit/regress/
Dregress-780423.js28 var Class = { variable

12345678