Home
last modified time | relevance | path

Searched refs:CVAR (Results 1 – 7 of 7) sorted by relevance

/external/one-true-awk/
Dawkgram.y365 | CALL '(' ')' { $$ = op2(CALL, celltonode($1,CVAR), NIL); }
366 | CALL '(' patlist ')' { $$ = op2(CALL, celltonode($1,CVAR), $3); }
422 | IVAR { $$ = op1(INDIRECT, celltonode($1, CVAR)); }
428 | VAR { arglist = $$ = celltonode($1,CVAR); }
431 arglist = $$ = linkum($1,celltonode($3,CVAR)); }
435 VAR { $$ = celltonode($1, CVAR); }
Dytab.c3184 { (yyval.p) = op2(CALL, celltonode((yyvsp[-2].cp),CVAR), NIL); } in yyparse()
3190 { (yyval.p) = op2(CALL, celltonode((yyvsp[-3].cp),CVAR), (yyvsp[-1].p)); } in yyparse()
3368 { (yyval.p) = op1(INDIRECT, celltonode((yyvsp[0].cp), CVAR)); } in yyparse()
3386 { arglist = (yyval.p) = celltonode((yyvsp[0].cp),CVAR); } in yyparse()
3394 arglist = (yyval.p) = linkum((yyvsp[-2].p),celltonode((yyvsp[0].cp),CVAR)); } in yyparse()
3400 { (yyval.p) = celltonode((yyvsp[0].cp), CVAR); } in yyparse()
Dawk.h165 #define CVAR 2 macro
Drun.c501 z->csub = CVAR; in array()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/
DDIGlobalVariableExpression.ll11 ; CHECK: !DIGlobalVariableExpression(var: ![[CVAR:[0-9]+]], expr: !DIExpression(DW_OP_constu, 23, D…
12 ; CHECK: ![[CVAR]] = distinct !DIGlobalVariable(name: "c",
/external/harfbuzz_ng/test/shaping/data/text-rendering-tests/
DMakefile.sources8 tests/CVAR-1.tests \
9 tests/CVAR-2.tests \
/external/clang/test/CodeGenObjCXX/
Dproperty-objects.mm195 // CHECK: [[CVAR:%.*]] = alloca [[C]]*, align 8
196 // CHECK: load [[C]]*, [[C]]** [[CVAR]]
208 // CHECK: [[CVAR:%.*]] = alloca [[C]]*, align 8
209 // CHECK: load [[C]]*, [[C]]** [[CVAR]]