Home
last modified time | relevance | path

Searched refs:declaring (Results 1 – 25 of 211) sorted by relevance

123456789

/external/javassist/src/main/javassist/
DCtNewConstructor.java66 public static CtConstructor make(String src, CtClass declaring) in make() argument
69 Javac compiler = new Javac(declaring); in make()
98 String body, CtClass declaring) in make() argument
102 CtConstructor cc = new CtConstructor(parameters, declaring); in make()
126 public static CtConstructor copy(CtConstructor c, CtClass declaring, in copy() argument
128 return new CtConstructor(c, declaring, map); in copy()
137 public static CtConstructor defaultConstructor(CtClass declaring) in defaultConstructor() argument
140 CtConstructor cons = new CtConstructor((CtClass[])null, declaring); in defaultConstructor()
142 ConstPool cp = declaring.getClassFile2().getConstPool(); in defaultConstructor()
146 code.addInvokespecial(declaring.getSuperclass(), in defaultConstructor()
[all …]
DCtNewMethod.java47 public static CtMethod make(String src, CtClass declaring) in make() argument
50 return make(src, declaring, null, null); in make()
70 public static CtMethod make(String src, CtClass declaring, in make() argument
74 Javac compiler = new Javac(declaring); in make()
108 String body, CtClass declaring) in make() argument
112 body, declaring); in make()
135 String body, CtClass declaring) in make() argument
140 = new CtMethod(returnType, mname, parameters, declaring); in make()
166 public static CtMethod copy(CtMethod src, CtClass declaring, in copy() argument
168 return new CtMethod(src, declaring, map); in copy()
[all …]
DCtMethod.java45 CtMethod(MethodInfo minfo, CtClass declaring) { in CtMethod() argument
46 super(declaring, minfo); in CtMethod()
62 CtClass[] parameters, CtClass declaring) { in CtMethod() argument
63 this(null, declaring); in CtMethod()
64 ConstPool cp = declaring.getClassFile2().getConstPool(); in CtMethod()
120 public CtMethod(CtMethod src, CtClass declaring, ClassMap map) in CtMethod() argument
123 this(null, declaring); in CtMethod()
137 public static CtMethod make(String src, CtClass declaring) in make() argument
140 return CtNewMethod.make(src, declaring); in make()
152 public static CtMethod make(MethodInfo minfo, CtClass declaring) in make() argument
[all …]
DCtConstructor.java45 protected CtConstructor(MethodInfo minfo, CtClass declaring) { in CtConstructor() argument
46 super(declaring, minfo); in CtConstructor()
64 public CtConstructor(CtClass[] parameters, CtClass declaring) { in CtConstructor() argument
65 this((MethodInfo)null, declaring); in CtConstructor() local
66 ConstPool cp = declaring.getClassFile2().getConstPool(); in CtConstructor()
106 public CtConstructor(CtConstructor src, CtClass declaring, ClassMap map) in CtConstructor() argument
109 this((MethodInfo)null, declaring); in CtConstructor() local
326 public CtMethod toMethod(String name, CtClass declaring) in toMethod() argument
329 return toMethod(name, declaring, null); in toMethod()
360 public CtMethod toMethod(String name, CtClass declaring, ClassMap map) in toMethod() argument
[all …]
DCtNewWrappedConstructor.java34 CtClass declaring) in wrapped() argument
38 CtConstructor cons = new CtConstructor(parameterTypes, declaring); in wrapped()
40 Bytecode code = makeBody(declaring, declaring.getClassFile2(), in wrapped()
52 protected static Bytecode makeBody(CtClass declaring, ClassFile classfile, in makeBody() argument
95 stacksize2 = makeBody0(declaring, classfile, wrappedBody, in makeBody()
DCtNewWrappedMethod.java38 CtClass declaring) in wrapped() argument
42 declaring); in wrapped()
51 Bytecode code = makeBody(declaring, declaring.getClassFile2(), body, in wrapped()
/external/llvm-project/clang/test/SemaObjC/
Dbuiltin_objc_lib_functions.m3 Class f0() { return objc_getClass("a"); } // expected-warning {{implicitly declaring library functi…
7 Class f1() { return objc_getMetaClass("a"); } // expected-warning {{implicitly declaring library fu…
10 void f2(id val) { objc_enumerationMutation(val); } // expected-warning {{implicitly declaring libra…
13 …return objc_msgSend_fpret(self, op); } // expected-warning {{implicitly declaring library function…
17 …return objc_msgSendSuper(super, op); // expected-warning {{implicitly declaring library function '…
22 …return objc_assign_strongCast(val, dest); // expected-warning {{implicitly declaring library funct…
27 …tion_match(exceptionClass, exception); // expected-warning {{implicitly declaring library function…
Dbuiltin_objc_nslog.m6 …NSLog(@"%@", arg); // expected-warning {{implicitly declaring library function 'NSLog' with type '…
11 …NSLogv(@"%@", args); // expected-warning {{implicitly declaring library function 'NSLogv' with typ…
/external/clang/test/SemaObjC/
Dbuiltin_objc_lib_functions.m3 Class f0() { return objc_getClass("a"); } // expected-warning {{implicitly declaring library functi…
7 Class f1() { return objc_getMetaClass("a"); } // expected-warning {{implicitly declaring library fu…
10 void f2(id val) { objc_enumerationMutation(val); } // expected-warning {{implicitly declaring libra…
13 …return objc_msgSend_fpret(self, op); } // expected-warning {{implicitly declaring library function…
17 …return objc_msgSendSuper(super, op); // expected-warning {{implicitly declaring library function '…
22 …return objc_assign_strongCast(val, dest); // expected-warning {{implicitly declaring library funct…
27 …tion_match(exceptionClass, exception); // expected-warning {{implicitly declaring library function…
Dbuiltin_objc_nslog.m6 …NSLog(@"%@", arg); // expected-warning {{implicitly declaring library function 'NSLog' with type '…
11 …NSLogv(@"%@", args); // expected-warning {{implicitly declaring library function 'NSLogv' with typ…
/external/rust/crates/pin-project/tests/ui/pin_project/
Dvisibility.stderr7 = note: consider declaring type or module `DProj` with `pub`
15 = note: consider declaring type or module `DProjRef` with `pub`
23 = note: consider declaring type or module `RProj` with `pub`
31 = note: consider declaring type or module `RProjOwn` with `pub`
39 = note: consider declaring type or module `RProjRef` with `pub`
/external/llvm-project/clang/test/SemaOpenCL/
Dhalf.cl6 half half_disabled(half *p, // expected-error{{declaring function return value of type 'half' is no…
7 … half h) // expected-error{{declaring function parameter of type '__private half' is not allowed}}
9 half a[2]; // expected-error{{declaring variable of type '__private half [2]' is not allowed}}
10 half b; // expected-error{{declaring variable of type '__private half' is not allowed}}
29 …half h); // expected-error{{declaring function parameter of type '__private half' is not allowed;…
Dinvalid-block.cl4 void f0(int (^const bl)()); // expected-error{{declaring function parameter of type 'int (__generic…
31 bl_t f3a(int); // expected-error{{declaring function return value of type 'bl_t' (aka 'int (__g…
33 // expected-error@-1{{declaring function return value of type 'bl_t' (aka 'int (__generic ^const)(v…
34 // expected-error@-2{{declaring function parameter of type '__private bl_t' (aka 'int (__generic ^c…
37 …int (^const bl2)(bl_t block_arg) = ^() { // expected-error{{declaring function parameter of type '…
/external/clang/test/SemaOpenCL/
Dhalf.cl6 half half_disabled(half *p, // expected-error{{declaring function return value of type 'half' is no…
7 … half h) // expected-error{{declaring function parameter of type 'half' is not allowed}}
9 half a[2]; // expected-error{{declaring variable of type 'half [2]' is not allowed}}
10 half b; // expected-error{{declaring variable of type 'half' is not allowed}}
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DEventMod.java87 public long declaring; field in EventMod
118 declaring = -1; in EventMod()
/external/javassist/src/main/javassist/expr/
DHandler.java45 CodeIterator it, CtClass declaring, MethodInfo m) { in Handler() argument
46 super(et.handlerPc(nth), it, declaring, m); in Handler() local
DCast.java45 protected Cast(int pos, CodeIterator i, CtClass declaring, MethodInfo m) { in Cast() argument
46 super(pos, i, declaring, m); in Cast()
DInstanceof.java45 protected Instanceof(int pos, CodeIterator i, CtClass declaring, in Instanceof() argument
47 super(pos, i, declaring, m); in Instanceof()
DNewExpr.java50 protected NewExpr(int pos, CodeIterator i, CtClass declaring, in NewExpr() argument
52 super(pos, i, declaring, m); in NewExpr()
DMethodCall.java42 protected MethodCall(int pos, CodeIterator i, CtClass declaring, in MethodCall() argument
44 super(pos, i, declaring, m); in MethodCall()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/std/
DJsonValueSerializer.java251 Class<?> declaring = _accessor.getDeclaringClass(); in acceptJsonFormatVisitor() local
252 if ((declaring != null) && ClassUtil.isEnumType(declaring)) { in acceptJsonFormatVisitor()
253 if (_acceptJsonFormatVisitorForEnum(visitor, typeHint, declaring)) { in acceptJsonFormatVisitor()
/external/turbine/javatests/com/google/turbine/lower/testdata/
Dannotation_declaration.test4 // https://docs.oracle.com/javase/tutorial/java/annotations/declaring.html
/external/rust/crates/lazy_static/
DMETADATA2 description: "A macro for declaring lazily evaluated statics in Rust."
/external/llvm/test/CodeGen/WebAssembly/
Dnon-executable-stack.ll3 ; Test that we don't emit anything declaring a non-executable stack,
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dhicpp-use-auto.rst10 …e 7.1.8 <http://www.codingstandard.com/rule/7-1-8-use-auto-id-expr-when-declaring-a-variable-to-ha…

123456789