Home
last modified time | relevance | path

Searched defs:clas (Results 1 – 13 of 13) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Djv-lang.c239 java_class_is_primitive (struct value *clas) in java_class_is_primitive()
249 type_from_class (struct value *clas) in type_from_class()
335 java_link_class_type (struct type *type, struct value *clas) in java_link_class_type()
886 struct value *clas = java_class_from_object (arg1); in evaluate_subexp_java() local
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
D920810-1.c6 t*f(t*clas,int size) in f()
/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dconstants.c373 alloc_class_constant (clas) in alloc_class_constant() argument
Dtypeck.c852 lookup_java_constructor (clas, method_signature) in lookup_java_constructor() argument
Djcf-write.c2903 generate_classfile (clas, state) in generate_classfile() argument
3344 make_class_file_name (clas) in make_class_file_name() argument
3434 write_classfile (clas) in write_classfile() argument
Ddecl.c1737 tree clas = DECL_CONTEXT (fndecl); local
Dclass.c406 class_depth (clas) in class_depth() argument
Dexpr.c1749 build_class_init (clas, expr) in build_class_init() argument
Dparse.y6667 lookup_java_method2 (clas, method_decl, do_interface) in lookup_java_method2() argument
16150 tree clas = DECL_CONTEXT (decl); local
Dparse.c10232 lookup_java_method2 (clas, method_decl, do_interface) in lookup_java_method2() argument
19715 tree clas = DECL_CONTEXT (decl); local
/openbsd/src/gnu/llvm/llvm/lib/IR/
DInstruction.cpp908 #define HANDLE_INST(num, opc, clas) \ in clone() argument
DCore.cpp1520 #define HANDLE_INST(num, opc, clas) case num: return LLVM##opc; in map_to_llvmopcode() argument
1529 #define HANDLE_INST(num, opc, clas) case LLVM##opc: return num; in map_from_llvmopcode() argument
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DInstructionSimplify.cpp6687 #define HANDLE_CAST_INST(num, opc, clas) case Instruction::opc: in simplifyInstructionWithOperands() argument