Home
last modified time | relevance | path

Searched refs:carg (Results 1 – 6 of 6) sorted by relevance

/external/qemu/
Dtranslate-all.c75 #define DEF(name, iarg, oarg, carg, flags) DEF2((iarg) + (oarg) + (carg)) in code_gen_max_block_size() argument
/external/llvm/test/CodeGen/X86/
Dfp-stack-retcopy.ll7 define double @carg({ double, double }* byval %z) nounwind {
/external/iproute2/tc/
Dm_ematch.c257 int em_parse_error(int err, struct bstr *args, struct bstr *carg, in em_parse_error() argument
285 fprintf(stderr, "%s", args == carg ? ">>" : ""); in em_parse_error()
287 fprintf(stderr, "%s%s", args == carg ? "<<" : "", in em_parse_error()
Dm_ematch.h106 extern int em_parse_error(int err, struct bstr *args, struct bstr *carg,
/external/clang/lib/Headers/
Dtgmath.h1229 __tg_carg(double _Complex __x) {return carg(__x);} in __tg_carg()
1235 #undef carg
1236 #define carg(__x) __tg_carg(__tg_promote1((__x))(__x)) macro
/external/sqlite/dist/
Dsqlite3.c.orig101153 "carg", "ccons", "term", "expr",
101233 /* 53 */ "carglist ::= carglist carg",
101235 /* 55 */ "carg ::= CONSTRAINT nm ccons",
101236 /* 56 */ "carg ::= ccons",
103353 /* (53) carglist ::= carglist carg */ yytestcase(yyruleno==53);
103355 /* (55) carg ::= CONSTRAINT nm ccons */ yytestcase(yyruleno==55);
103356 /* (56) carg ::= ccons */ yytestcase(yyruleno==56);