OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:func_call
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/tools/gn/
parser.cc
287
scoped_ptr<FunctionCallNode>
func_call
(new FunctionCallNode);
288
func_call
->set_function(token);
289
func_call
->set_args(list.Pass());
291
func_call
->set_block(block.Pass());
292
return
func_call
.PassAs<ParseNode>();
/external/bison/tests/
existing.at
82
%token
FUNC_CALL
NAME REGEXP
102
%left
FUNC_CALL
LEX_BUILTIN LEX_LENGTH
142
|
FUNC_CALL
349
|
FUNC_CALL
'(' opt_expression_list r_paren
499
+ 144 | .
FUNC_CALL
'(' opt_expression_list r_paren
512
+
FUNC_CALL
shift, and go to state 8
572
+ 144 | .
FUNC_CALL
'(' opt_expression_list r_paren
585
+
FUNC_CALL
shift, and go to state 8
620
+ 144 | .
FUNC_CALL
'(' opt_expression_list r_paren
633
+
FUNC_CALL
shift, and go to state
[
all
...]
/ndk/sources/host-tools/make-3.81/
function.c
2231
func_call
(char *o, char **argv, const char *funcname UNUSED)
function
[
all
...]
ChangeLog
[
all
...]
/external/valgrind/main/perf/
tinycc.c
2227
unsigned char
func_call
; \/* FUNC_CDECL, FUNC_STDCALL, FUNC_FASTCALLx *\/
member in struct:AttributeDef
5877
int size, align, r, args_size, i,
func_call
;
local
5957
int addr, align, size,
func_call
, fastcall_nb_regs;
local
[
all
...]
Completed in 88 milliseconds