HomeSort by relevance Sort by last modified time
    Searched full:rettype (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /external/bison/build-aux/snippet/
c++defs.h 87 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
94 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
95 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
96 #define _GL_FUNCDECL_RPL_1(rpl_func,rettype,parameters_and_attributes) \
97 _GL_EXTERN_C rettype rpl_func parameters_and_attributes
99 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
106 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
107 _GL_EXTERN_C rettype func parameters_and_attributes
109 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
115 #define _GL_CXXALIAS_RPL(func,rettype,parameters)
    [all...]
  /external/bison/darwin-lib/
c++defs.h 71 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
78 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
79 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
80 #define _GL_FUNCDECL_RPL_1(rpl_func,rettype,parameters_and_attributes) \
81 _GL_EXTERN_C rettype rpl_func parameters_and_attributes
83 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
90 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
91 _GL_EXTERN_C rettype func parameters_and_attributes
93 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
99 #define _GL_CXXALIAS_RPL(func,rettype,parameters)
    [all...]
warn-on-use.h 17 /* _GL_WARN_ON_USE_CXX (function, rettype, parameters_and_attributes, "string")
25 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \
26 extern rettype function parameters_and_attributes \
30 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \
31 extern rettype function parameters_and_attributes
33 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \
time.h 115 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
122 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
123 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
124 #define _GL_FUNCDECL_RPL_1(rpl_func,rettype,parameters_and_attributes) \
125 _GL_EXTERN_C rettype rpl_func parameters_and_attributes
127 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
134 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
135 _GL_EXTERN_C rettype func parameters_and_attributes
137 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
143 #define _GL_CXXALIAS_RPL(func,rettype,parameters)
    [all...]
fcntl.h 148 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
155 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
156 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
157 #define _GL_FUNCDECL_RPL_1(rpl_func,rettype,parameters_and_attributes) \
158 _GL_EXTERN_C rettype rpl_func parameters_and_attributes
160 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
167 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
168 _GL_EXTERN_C rettype func parameters_and_attributes
170 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
176 #define _GL_CXXALIAS_RPL(func,rettype,parameters)
    [all...]
signal.h 139 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
146 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
147 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
148 #define _GL_FUNCDECL_RPL_1(rpl_func,rettype,parameters_and_attributes) \
149 _GL_EXTERN_C rettype rpl_func parameters_and_attributes
151 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
158 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
159 _GL_EXTERN_C rettype func parameters_and_attributes
161 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
167 #define _GL_CXXALIAS_RPL(func,rettype,parameters)
    [all...]
wctype.h 134 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
141 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
142 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
143 #define _GL_FUNCDECL_RPL_1(rpl_func,rettype,parameters_and_attributes) \
144 _GL_EXTERN_C rettype rpl_func parameters_and_attributes
146 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
153 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
154 _GL_EXTERN_C rettype func parameters_and_attributes
156 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
162 #define _GL_CXXALIAS_RPL(func,rettype,parameters)
    [all...]
inttypes.h 131 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
138 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
139 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
140 #define _GL_FUNCDECL_RPL_1(rpl_func,rettype,parameters_and_attributes) \
141 _GL_EXTERN_C rettype rpl_func parameters_and_attributes
143 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
150 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
151 _GL_EXTERN_C rettype func parameters_and_attributes
153 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
159 #define _GL_CXXALIAS_RPL(func,rettype,parameters)
    [all...]
spawn.h 146 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
153 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
154 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
155 #define _GL_FUNCDECL_RPL_1(rpl_func,rettype,parameters_and_attributes) \
156 _GL_EXTERN_C rettype rpl_func parameters_and_attributes
158 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
165 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
166 _GL_EXTERN_C rettype func parameters_and_attributes
168 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
174 #define _GL_CXXALIAS_RPL(func,rettype,parameters)
    [all...]
stdlib.h 189 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
196 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
197 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
198 #define _GL_FUNCDECL_RPL_1(rpl_func,rettype,parameters_and_attributes) \
199 _GL_EXTERN_C rettype rpl_func parameters_and_attributes
201 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
208 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
209 _GL_EXTERN_C rettype func parameters_and_attributes
211 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
217 #define _GL_CXXALIAS_RPL(func,rettype,parameters)
    [all...]
  /external/bison/linux-lib/
c++defs.h 71 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
78 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
79 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
80 #define _GL_FUNCDECL_RPL_1(rpl_func,rettype,parameters_and_attributes) \
81 _GL_EXTERN_C rettype rpl_func parameters_and_attributes
83 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
90 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
91 _GL_EXTERN_C rettype func parameters_and_attributes
93 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
99 #define _GL_CXXALIAS_RPL(func,rettype,parameters)
    [all...]
warn-on-use.h 17 /* _GL_WARN_ON_USE_CXX (function, rettype, parameters_and_attributes, "string")
25 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \
26 extern rettype function parameters_and_attributes \
30 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \
31 extern rettype function parameters_and_attributes
33 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \
time.h 115 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
122 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
123 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
124 #define _GL_FUNCDECL_RPL_1(rpl_func,rettype,parameters_and_attributes) \
125 _GL_EXTERN_C rettype rpl_func parameters_and_attributes
127 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
134 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
135 _GL_EXTERN_C rettype func parameters_and_attributes
137 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
143 #define _GL_CXXALIAS_RPL(func,rettype,parameters)
    [all...]
fcntl.h 148 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
155 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
156 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
157 #define _GL_FUNCDECL_RPL_1(rpl_func,rettype,parameters_and_attributes) \
158 _GL_EXTERN_C rettype rpl_func parameters_and_attributes
160 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
167 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
168 _GL_EXTERN_C rettype func parameters_and_attributes
170 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
176 #define _GL_CXXALIAS_RPL(func,rettype,parameters)
    [all...]
signal.h 139 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
146 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
147 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
148 #define _GL_FUNCDECL_RPL_1(rpl_func,rettype,parameters_and_attributes) \
149 _GL_EXTERN_C rettype rpl_func parameters_and_attributes
151 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
158 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
159 _GL_EXTERN_C rettype func parameters_and_attributes
161 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
167 #define _GL_CXXALIAS_RPL(func,rettype,parameters)
    [all...]
wctype.h 134 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
141 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
142 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
143 #define _GL_FUNCDECL_RPL_1(rpl_func,rettype,parameters_and_attributes) \
144 _GL_EXTERN_C rettype rpl_func parameters_and_attributes
146 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
153 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
154 _GL_EXTERN_C rettype func parameters_and_attributes
156 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
162 #define _GL_CXXALIAS_RPL(func,rettype,parameters)
    [all...]
inttypes.h 131 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
138 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
139 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
140 #define _GL_FUNCDECL_RPL_1(rpl_func,rettype,parameters_and_attributes) \
141 _GL_EXTERN_C rettype rpl_func parameters_and_attributes
143 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
150 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
151 _GL_EXTERN_C rettype func parameters_and_attributes
153 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
159 #define _GL_CXXALIAS_RPL(func,rettype,parameters)
    [all...]
spawn.h 146 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
153 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
154 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
155 #define _GL_FUNCDECL_RPL_1(rpl_func,rettype,parameters_and_attributes) \
156 _GL_EXTERN_C rettype rpl_func parameters_and_attributes
158 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
165 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
166 _GL_EXTERN_C rettype func parameters_and_attributes
168 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
174 #define _GL_CXXALIAS_RPL(func,rettype,parameters)
    [all...]
stdlib.h 189 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
196 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
197 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
198 #define _GL_FUNCDECL_RPL_1(rpl_func,rettype,parameters_and_attributes) \
199 _GL_EXTERN_C rettype rpl_func parameters_and_attributes
201 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
208 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
209 _GL_EXTERN_C rettype func parameters_and_attributes
211 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
217 #define _GL_CXXALIAS_RPL(func,rettype,parameters)
    [all...]
  /external/bison/darwin-lib/sys/
wait.h 109 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
116 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
117 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
118 #define _GL_FUNCDECL_RPL_1(rpl_func,rettype,parameters_and_attributes) \
119 _GL_EXTERN_C rettype rpl_func parameters_and_attributes
121 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
128 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
129 _GL_EXTERN_C rettype func parameters_and_attributes
131 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
137 #define _GL_CXXALIAS_RPL(func,rettype,parameters)
    [all...]
stat.h 123 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
130 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
131 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
132 #define _GL_FUNCDECL_RPL_1(rpl_func,rettype,parameters_and_attributes) \
133 _GL_EXTERN_C rettype rpl_func parameters_and_attributes
135 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
142 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
143 _GL_EXTERN_C rettype func parameters_and_attributes
145 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
151 #define _GL_CXXALIAS_RPL(func,rettype,parameters)
    [all...]
  /external/bison/linux-lib/sys/
wait.h 109 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
116 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
117 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
118 #define _GL_FUNCDECL_RPL_1(rpl_func,rettype,parameters_and_attributes) \
119 _GL_EXTERN_C rettype rpl_func parameters_and_attributes
121 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
128 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
129 _GL_EXTERN_C rettype func parameters_and_attributes
131 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
137 #define _GL_CXXALIAS_RPL(func,rettype,parameters)
    [all...]
stat.h 123 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
130 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
131 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
132 #define _GL_FUNCDECL_RPL_1(rpl_func,rettype,parameters_and_attributes) \
133 _GL_EXTERN_C rettype rpl_func parameters_and_attributes
135 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
142 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
143 _GL_EXTERN_C rettype func parameters_and_attributes
145 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
151 #define _GL_CXXALIAS_RPL(func,rettype,parameters)
    [all...]
  /external/javassist/src/main/javassist/expr/
Cast.java 102 CtClass retType = getType();
107 int retVar = jc.recordReturnType(retType, true);
108 jc.recordProceed(new ProceedForCast(index, retType));
112 checkResultValue(retType, statement);
118 bytecode.addConstZero(retType);
119 bytecode.addStore(retVar, retType); // initialize $_
122 bytecode.addLoad(retVar, retType);
137 CtClass retType;
141 retType = t;
155 gen.setType(retType);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
sprpdata.c 152 UStringPrepType retType;
162 retType = getValues(result,&value,&isIndex);
165 if(type != retType && retType != USPREP_DELETE){
187 length = (retType == USPREP_DELETE)? 0 : 1;
219 if(retType!=USPREP_DELETE && (codepoint-delta) != (uint16_t)mapping[0]){
232 UStringPrepType retType;
256 retType = getValues(result, &value, &isIndex);
258 if(retType != type){
259 log_err( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]);
    [all...]

Completed in 246 milliseconds

1 2 3 4 5