HomeSort by relevance Sort by last modified time
    Searched refs:DEFINED (Results 51 - 75 of 78) sorted by null

1 23 4

  /external/mesa3d/src/compiler/glsl/glcpp/
glcpp-parse.y 178 %token DEFINED ELIF_EXPANDED HASH_TOKEN DEFINE_TOKEN FUNC_IDENTIFIER OBJ_IDENTIFIER ELIF ELSE ENDIF ERROR_TOKEN IF IFDEF IFNDEF LINE PRAGMA UNDEF VERSION_TOKEN GARBAGE IDENTIFIER IF_EXPANDED INTEGER INTEGER_STRING LINE_EXPANDED NEWLINE OTHER PLACEHOLDER SPACE PLUS_PLUS MINUS_MINUS
285 * (pre-defined) macro name.
291 * #define and #undef functionality are defined as is
300 * Only disallow #undef of pre-defined macros on GLSL ES >=
309 glcpp_error(& @1, parser, "Built-in (pre-defined)"
709 | DEFINED {
710 $$ = _token_create_ival (parser, DEFINED, DEFINED);
1168 case DEFINED:
1169 ralloc_asprintf_rewrite_tail (out, len, "defined");
    [all...]
glcpp-lex.l 512 "defined" {
513 RETURN_TOKEN (DEFINED);
574 generated functions, (to avoid "defined but not used"
  /external/mksh/src/
exec.c 448 vp_pipest->flag = DEFINED | ISSET | INTEGER | RDONLY |
731 "function not defined by", tp->u.fpath);
896 #if defined(__OS2__) && defined(MKSH_WITH_TEXTMODE)
1047 tp->flag = DEFINED;
1081 tp->flag &= ~DEFINED;
1113 uint32_t flag = DEFINED;
1225 tp->flag = DEFINED;
1248 tp->flag = DEFINED;
    [all...]
main.c 104 /* this one should be defined by the standard */
153 #if defined(__GLIBC__) && (__GLIBC__ >= 2)
171 #if defined(__GLIBC__) && (__GLIBC__ >= 2)
234 #if !defined(_PATH_DEFPATH) && defined(_CS_PATH)
238 #if defined(MKSH_EBCDIC) || defined(MKSH_FAUX_EBCDIC)
318 #if defined(MKSH_BINSHPOSIX) || defined(MKSH_BINSHREDUCED)
    [all...]
jobs.c 241 #if !defined(MKSH_UNEMPLOYED) && HAVE_GETSID
425 #if defined(__USE_FORTIFY_LEVEL) && (__USE_FORTIFY_LEVEL > 0)
1268 vp->flag = DEFINED | ISSET | INTEGER | RDONLY | ARRAY | INT_U;
1285 vp->flag = DEFINED | ISSET | INTEGER | RDONLY |
    [all...]
funcs.c 55 #if !defined(RLIM_INFINITY) && !defined(MKSH_NO_LIMITS)
63 #if !defined(MKSH_UNEMPLOYED) && HAVE_GETSID
106 #if !defined(__ANDROID__)
131 #if !defined(__ANDROID__)
139 #if !defined(MKSH_UNEMPLOYED) && HAVE_GETSID
167 #if !defined(__ANDROID__)
906 ap->flag |= DEFINED;
961 ap->flag &= ~(DEFINED|ISSET|EXPORT);
972 ap->flag &= ~(DEFINED|ISSET|EXPORT)
    [all...]
eval.c 361 v.flag = DEFINED|ISSET|INTEGER;
    [all...]
expr.c 110 v.flag = DEFINED | INTEGER;
syn.c 845 p->flag |= DEFINED|ISSET;
sh.h 116 #if (defined(__KLIBC__) || defined(__dietlibc__)) && \
117 ((defined(__GNUC__) && (__GNUC__ > 3)) || defined(__NWCC__))
154 #if defined(MirBSD) && (MirBSD >= 0x09A1) && \
155 defined(__ELF__) && defined(__GNUC__) && \
156 !defined(__llvm__) && !defined(__NWCC__)
271 #if defined(MKSH_FOR_Z_OS) && defined(__MVS__) && defined(__IBMC__) && defined(__CHARSET_LIB
    [all...]
  /frameworks/compile/mclinker/lib/Script/
ScriptParser.yy 130 %token DEFINED
840 | DEFINED '(' symbol ')'
844 &Operator::create<Operator::DEFINED>());
ScriptScanner.ll 119 <EXPRESSION>"DEFINED" { return token::DEFINED; }
  /dalvik/dx/etc/
mainDexClasses.bat 23 if not defined java_exe goto :EOF
98 if defined params goto usage
104 if defined params ( goto makeTmpJar ) else ( goto usage )
115 if DEFINED output goto redirect
  /external/googletest/googletest/
CMakeLists.txt 73 config_compiler_and_linker() # Defined in internal_utils.cmake.
107 if (DEFINED CMAKE_VERSION AND NOT "${CMAKE_VERSION}" VERSION_LESS "2.8.11")
  /prebuilts/sdk/tools/windows/bin/
mainDexClasses.bat 23 if not defined java_exe goto :EOF
98 if defined params goto usage
104 if defined params ( goto makeTmpJar ) else ( goto usage )
115 if DEFINED output goto redirect
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
regt-op.l 156 DEFINED SYMBOLS
list-insns.l 303 DEFINED SYMBOLS
  /toolchain/binutils/binutils-2.27/ld/
ldgram.y 141 %token DEFINED TARGET_K SEARCH_DIR MAP ENTRY
970 | DEFINED '(' NAME ')'
971 { $$ = exp_nameop (DEFINED, $3); }
ldexp.c 52 definedness for use in the DEFINED () test. */
106 { DEFINED, "DEFINED" },
280 where the symbol is defined relative to the current expression,
304 /* If the symbol was already defined, and not by a script, then it
305 must be defined by an object file or by the linker target code. */
657 case DEFINED:
682 defined in a linker script. */
896 /* Return true if TREE is an absolute symbol equal to VAL defined in
931 absolute constant with value 0 defined in a linker script. *
    [all...]
ldlex.l 278 <EXPRESSION,BOTH,SCRIPT>"DEFINED" { RTOKEN(DEFINED);}
  /toolchain/binutils/binutils-2.27/gold/
yyscript.y 130 %token DEFINED
944 | DEFINED '(' string ')'
script.cc 547 // opcode (defined in the yyscript.h file generated from yyscript.y).
570 // (defined in the yyscript.h file generated from yyscript.y).
890 // there and defined. The actual value is stored later. We can't
896 // silently override defined symbols in object files. We are
956 #if defined(HAVE_TARGET_32_LITTLE) || defined(HAVE_TARGET_32_BIG)
965 #if defined(HAVE_TARGET_64_LITTLE) || defined(HAVE_TARGET_64_BIG)
1022 #if defined(HAVE_TARGET_32_LITTLE) || defined(HAVE_TARGET_32_BIG
    [all...]
  /external/libjpeg-turbo/
CMakeLists.txt 202 if(DEFINED JAVACFLAGS)
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /external/mockito/lib/
byte-buddy-1.7.9.jar 

Completed in 421 milliseconds

1 23 4