/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | jv-lang.c | 267 clas = value_ind (clas); in type_from_class() 269 addr = VALUE_ADDRESS (clas) + VALUE_OFFSET (clas); in type_from_class() 285 temp = clas; in type_from_class() 292 temp = clas; in type_from_class() 356 temp = clas; in java_link_class_type() 371 temp = clas; in java_link_class_type() 375 temp = clas; in java_link_class_type() 424 VALUE_ADDRESS (clas) + VALUE_OFFSET (clas)); in java_link_class_type() 435 temp = clas; in java_link_class_type() 487 temp = clas; in java_link_class_type() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | 920810-1.c | 6 t*f(t*clas,int size) in f() argument 9 memcpy(child,clas,clas->size); in f() 10 child->super=clas; in f()
|
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | jcf-write.c | 2903 generate_classfile (clas, state) in generate_classfile() argument 2904 tree clas; in generate_classfile() 2917 = clas == object_type_node ? 0 2929 if (clas == object_type_node) 2939 if (clas == object_type_node) 3195 if (INNER_CLASS_TYPE_P (clas) || DECL_INNER_CLASS_LIST (TYPE_NAME (clas))) 3197 if (clas == object_type_node) 3344 make_class_file_name (clas) in make_class_file_name() argument 3345 tree clas; in make_class_file_name() 3434 write_classfile (clas) in write_classfile() argument [all …]
|
H A D | constants.c | 373 alloc_class_constant (clas) in alloc_class_constant() argument 374 tree clas; in alloc_class_constant() 376 tree class_name = build_internal_class_name (clas);
|
H A D | typeck.c | 852 lookup_java_constructor (clas, method_signature) in lookup_java_constructor() argument 853 tree clas, method_signature; in lookup_java_constructor() 855 tree method = TYPE_METHODS (clas);
|
H A D | class.c | 406 class_depth (clas) in class_depth() argument 407 tree clas; in class_depth() 410 if (! CLASS_LOADED_P (clas)) 411 load_class (clas, 1); 412 if (TYPE_SIZE (clas) == error_mark_node) 414 while (clas != object_type_node) 417 clas = TYPE_BINFO_BASETYPE (clas, 0);
|
H A D | expr.c | 1749 build_class_init (clas, expr) in build_class_init() argument 1750 tree clas, expr; in build_class_init() 1758 if ((! CLASS_INTERFACE (TYPE_NAME (clas)) 1759 && inherits_from_p (current_class, clas)) 1760 || current_class == clas) 1767 build_tree_list (NULL_TREE, build_class_ref (clas)), 1775 (DECL_FUNCTION_INIT_TEST_TABLE (current_function_decl), clas); 1786 DECL_FUNCTION_INIT_TEST_CLASS (*init_test_decl) = clas; 1795 build_tree_list (NULL_TREE, build_class_ref (clas)),
|
H A D | decl.c | 1737 tree clas = DECL_CONTEXT (fndecl); local 1740 build_tree_list (NULL_TREE, build_class_ref (clas)),
|
H A D | parse.c | 10232 lookup_java_method2 (clas, method_decl, do_interface) in lookup_java_method2() argument 10233 tree clas, method_decl; in lookup_java_method2() 10244 while (clas != NULL_TREE) 10246 for (method = TYPE_METHODS (clas); 10257 clas = (do_interface ? NULL_TREE : CLASSTYPE_SUPER (clas)); 19715 tree clas = DECL_CONTEXT (decl); local 19729 return build_class_init (clas, expr);
|
H A D | parse.y | 6667 lookup_java_method2 (clas, method_decl, do_interface) in lookup_java_method2() argument 6668 tree clas, method_decl; in lookup_java_method2() 6679 while (clas != NULL_TREE) 6681 for (method = TYPE_METHODS (clas); 6692 clas = (do_interface ? NULL_TREE : CLASSTYPE_SUPER (clas)); 16150 tree clas = DECL_CONTEXT (decl); local 16164 return build_class_init (clas, expr);
|
H A D | ChangeLog | 3474 after we've correctly mapped command-line .clas fiels to classes.
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | Instruction.cpp | 908 #define HANDLE_INST(num, opc, clas) \ in clone() argument 910 New = cast<clas>(this)->cloneImpl(); \ in clone()
|
H A D | Core.cpp | 1520 #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/gnu/usr.bin/perl/pod/ |
H A D | perlreguts.pod | 600 >a][rR])(fo... clas 604 >rR])(foo|b... clas
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 6687 #define HANDLE_CAST_INST(num, opc, clas) case Instruction::opc: in simplifyInstructionWithOperands() argument
|