/external/clang/test/SemaCXX/ |
D | expression-traits.cpp | 180 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/ |
D | define_empty_macros.h | 7 #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/ |
D | ObjCARC.h | 103 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()
|
D | DependencyAnalysis.cpp | 38 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
|
D | ObjCARCUtil.cpp | 29 const InstructionClass Class) { in operator <<() 180 InstructionClass Class = GetFunctionClass(F); in GetInstructionClass() local
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
D | pepper_interface_mock.h | 20 #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/ |
D | pepper_interface.h | 117 #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
|
D | real_pepper_interface.cc | 24 #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/ |
D | instantiate-expr.mm | 27 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/ |
D | id-isa-codegen.m | 4 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/ |
D | rank.pass.cpp | 25 class Class class
|
D | alignment_of.pass.cpp | 26 class Class class
|
D | extent.pass.cpp | 34 class Class class
|
/external/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/ |
D | member_function_pointer.pass.cpp | 46 class Class class
|
D | member_object_pointer.pass.cpp | 46 class Class class
|
/external/clang/test/SemaObjC/ |
D | warn-incompatible-builtin-types.m | 5 - (void)foo:(Class)class; // expected-note{{passing argument to parameter 'class' here}} argument
|
D | method-lookup-5.m | 4 typedef struct objc_class *Class; typedef
|
/external/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/ |
D | member_object_pointer.pass.cpp | 37 class Class class
|
D | member_function_pointer.pass.cpp | 37 class Class class
|
/external/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/ |
D | is_unsigned.pass.cpp | 34 class Class class
|
D | is_pod.pass.cpp | 34 class Class class
|
D | is_signed.pass.cpp | 34 class Class class
|
/external/libcxx/test/utilities/meta/meta.rel/ |
D | is_same.pass.cpp | 40 class Class class
|
/external/clang/test/CodeGenCXX/ |
D | debug-info-this.cpp | 3 class Class class
|
/external/chromium_org/v8/test/mjsunit/regress/ |
D | regress-780423.js | 28 var Class = { variable
|