Home
last modified time | relevance | path

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

/external/one-true-awk/
Dawkgram.y371 | CALL '(' ')' { $$ = op2(CALL, celltonode($1,CVAR), NIL); }
372 | CALL '(' patlist ')' { $$ = op2(CALL, celltonode($1,CVAR), $3); }
428 | IVAR { $$ = op1(INDIRECT, celltonode($1, CVAR)); }
434 | VAR { arglist = $$ = celltonode($1,CVAR); }
437 arglist = $$ = linkum($1,celltonode($3,CVAR)); }
441 VAR { $$ = celltonode($1, CVAR); }
Dawk.h181 #define CVAR 2 macro
Drun.c525 z->csub = CVAR; in array()
/external/llvm-project/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/llvm-project/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]]
/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]]
/external/freetype/
DChangeLog2155 the `CVAR' data was never used for bytecode hinting.
2165 If `CVAR' data is applied to variation fonts, fractional values are
/external/freetype/docs/
DCHANGES108 the data in the `CVAR' table wasn't correctly applied.