Searched defs:macro (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dopcodes.cpp30 #define macro(x) #x, macro
49 #undef macro macro
H A Dclasses.cpp46 #define macro(x) int x##Node::Opcode() const { return Op_##x; } macro
48 #undef macro macro
H A Dopcodes.hpp29 #define macro(x) Op_##x, macro
32 macro(Set) // Instruction selection match rule enumerator in enum:Opcodes
33 macro(RegN) // Machine narrow oop register enumerator in enum:Opcodes
34 macro(RegI) // Machine integer register enumerator in enum:Opcodes
35 macro(RegP) // Machine pointer register enumerator in enum:Opcodes
36 macro(RegF) // Machine float register enumerator in enum:Opcodes
37 macro(RegD) // Machine double register enumerator in enum:Opcodes
38 macro(RegL) // Machine long register enumerator in enum:Opcodes
39 macro(VecS) // Machine vectors register enumerator in enum:Opcodes
40 macro(Vec enumerator in enum:Opcodes
41 macro(VecX) // Machine vectorx register enumerator in enum:Opcodes
42 macro(VecY) // Machine vectory register enumerator in enum:Opcodes
43 macro(RegFlags) // Machine flags register enumerator in enum:Opcodes
48 #undef macro macro
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/jaxb/
H A DUtil.java35 static String replace( String macro, String... args ) { argument
36 int len = macro.length();
39 char ch = macro.charAt(i);
41 char tail = macro.charAt(i+1);
42 char ch2 = macro.charAt(i+2);
55 * Creates a macro tempate so that it can be later used with {@link #replace(String, String[])}.
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DPreprocessor.java1070 // For macro expansion
1078 // Get the parameter values from the macro 'call'
1081 // Get the parameter names from the macro definition
1087 macro (parmNames);
1100 // This method is only used by the macro expansion methods.
1153 private void macro (Vector parmNames) throws IOException, ParseException method in class:Preprocessor
1159 } // macro
1272 // For macro expansion
1322 // If this is a macro, parse the macro
[all...]

Completed in 61 milliseconds