Searched refs:CONSTANT (Results 1 - 16 of 16) sorted by relevance

/freebsd-11.0-release/contrib/byacc/test/btyacc/
H A Dbtyacc_demo.tab.h7 #define CONSTANT 260 macro
H A Dbtyacc_demo.tab.c221 #define CONSTANT 260 macro
435 0,0,0,0,0,0,0,0,0,"error","PREFIX","POSTFIX","ID","CONSTANT","EXTERN",
493 "expr : CONSTANT",
/freebsd-11.0-release/contrib/binutils/binutils/
H A Ddeflex.l48 "CONSTANT" { return CONSTANT; }
H A Ddefparse.y34 %token SECTIONS EXPORTS IMPORTS VERSIONK BASE CONSTANT
123 CONSTANT {$$=1;}
/freebsd-11.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTX.h104 CONSTANT = 2, enumerator in enum:llvm::NVPTX::PTXLdStInstCode::AddressSpace
H A DNVPTXISelDAGToDAG.cpp542 case llvm::ADDRESS_SPACE_CONST: return NVPTX::PTXLdStInstCode::CONSTANT;
2296 if (CodeAddrSpace == NVPTX::PTXLdStInstCode::CONSTANT) {
/freebsd-11.0-release/contrib/gcc/
H A Dtree-ssa-ccp.c40 CONSTANT -> V_i has been found to hold a constant
53 CONSTANT and CONST is associated with it. This causes the
82 different values), we can consider it CONSTANT 100.
94 value of CONSTANT will have the associated constant value in the
221 CONSTANT, enumerator in enum:__anon1383
255 case CONSTANT:
308 considered CONSTANT.
341 val.lattice_val = CONSTANT;
352 val.lattice_val = CONSTANT;
425 allow CONSTANT
[all...]
/freebsd-11.0-release/contrib/byacc/test/
H A Dbtyacc_demo.y53 %token <expr> CONSTANT
179 | CONSTANT { $$ = $1; }
/freebsd-11.0-release/contrib/llvm/lib/Target/NVPTX/InstPrinter/
H A DNVPTXInstPrinter.cpp237 case NVPTX::PTXLdStInstCode::CONSTANT:
/freebsd-11.0-release/contrib/binutils/ld/
H A Dldgram.y154 %token CONSTANT
851 | CONSTANT '(' NAME ')'
852 { $$ = exp_nameop (CONSTANT,$3); }
H A Dldexp.c104 { CONSTANT, "CONSTANT" },
663 case CONSTANT:
H A Dldlex.l319 <EXPRESSION,BOTH,SCRIPT>"CONSTANT" { RTOKEN(CONSTANT);}
H A Dpe-dll.c1527 fprintf (out, " CONSTANT");
/freebsd-11.0-release/sys/boot/ficl/
H A Dficl.h1085 CONSTANT, enumerator in enum:__anon7431
H A Dtools.c341 case CONSTANT:
H A Dwords.c4108 ** NOTE: In ficl, VALUE is an alias of CONSTANT
4785 {CONSTANT, constantParen},

Completed in 160 milliseconds