HomeSort by relevance Sort by last modified time
    Searched refs:UNDEF (Results 1 - 25 of 33) sorted by null

1 2

  /external/mesa3d/src/glsl/glcpp/tests/
073-if-in-ifdef.c 1 #ifdef UNDEF
2 #if UNDEF > 1
076-elif-undef-nested.c 1 #ifdef UNDEF
2 #if UNDEF == 4
3 #elif UNDEF == 5
075-elif-elif-undef.c 1 #ifndef UNDEF
2 #elif UNDEF < 0
3 #elif UNDEF == 3
074-elif-undef.c 1 #ifndef UNDEF
2 #elif UNDEF < 0
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h 43 #undef lines
48 #undef UNDEF
49 #define UNDEF(name) CUR_ ##name
52 inline int UNDEF(addch)(chtype ch) { return addch(ch); }
53 #undef addch
54 #define addch UNDEF(addch)
58 inline int UNDEF(echochar)(chtype ch) { return echochar(ch); }
59 #undef echochar
60 #define echochar UNDEF(echochar
    [all...]
tic.h 80 #undef BYTE
147 #define UNDEF 5 /* Undefined */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 43 #undef lines
48 #undef UNDEF
49 #define UNDEF(name) CUR_ ##name
52 inline int UNDEF(addch)(chtype ch) { return addch(ch); }
53 #undef addch
54 #define addch UNDEF(addch)
58 inline int UNDEF(echochar)(chtype ch) { return echochar(ch); }
59 #undef echochar
60 #define echochar UNDEF(echochar
    [all...]
tic.h 80 #undef BYTE
147 #define UNDEF 5 /* Undefined */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 43 #undef lines
48 #undef UNDEF
49 #define UNDEF(name) CUR_ ##name
52 inline int UNDEF(addch)(chtype ch) { return addch(ch); }
53 #undef addch
54 #define addch UNDEF(addch)
58 inline int UNDEF(echochar)(chtype ch) { return echochar(ch); }
59 #undef echochar
60 #define echochar UNDEF(echochar
    [all...]
tic.h 80 #undef BYTE
147 #define UNDEF 5 /* Undefined */
  /frameworks/compile/slang/
slang_rs_spec_table.cpp 30 #undef ENUM_PRIMITIVE_DATA_TYPE
31 #undef PRIMITIVE_DATA_TYPE_RANGE
38 #undef ENUM_RS_MATRIX_DATA_TYPE
39 #undef RS_MATRIX_DATA_TYPE_RANGE
46 #undef ENUM_RS_OBJECT_DATA_TYPE
47 #undef RS_OBJECT_DATA_TYPE_RANGE
179 #undef ALIAS_DEF
188 #undef ALIAS_DEF
211 #undef DEF
212 #undef DEF_RANG
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 160 // UNDEF - An undefined node
161 UNDEF,
280 /// values that indicate which value (or undef) each result element will
    [all...]
SelectionDAG.h 499 /// getUNDEF - Return an UNDEF node. UNDEF does not have a useful DebugLoc.
501 return getNode(ISD::UNDEF, DebugLoc(), VT);
    [all...]
  /external/openssl/crypto/x509v3/
v3_info.c 189 #ifdef UNDEF
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 110 /// BUILD_VECTOR where all of the elements are ~0 or undef.
120 // Skip over all of the undef values.
121 while (i != e && N->getOperand(i).getOpcode() == ISD::UNDEF)
124 // Do not accept an all-undef vector.
153 N->getOperand(i).getOpcode() != ISD::UNDEF)
160 /// BUILD_VECTOR where all of the elements are 0 or undef.
170 // Skip over all of the undef values.
171 while (i != e && N->getOperand(i).getOpcode() == ISD::UNDEF)
174 // Do not accept an all-undef vector.
193 N->getOperand(i).getOpcode() != ISD::UNDEF)
    [all...]
DAGCombiner.cpp     [all...]
SelectionDAGDumper.cpp 130 case ISD::UNDEF: return "undef";
LegalizeVectorTypes.cpp 65 case ISD::UNDEF: R = ScalarizeVecRes_UNDEF(N); break;
298 if (Arg.getOpcode() == ISD::UNDEF)
457 case ISD::UNDEF: SplitRes_UNDEF(N, Lo, Hi); break;
    [all...]
LegalizeDAG.cpp     [all...]
LegalizeFloatTypes.cpp 98 case ISD::UNDEF: R = SoftenFloatRes_UNDEF(N); break;
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 77 // Extract from UNDEF is UNDEF.
78 if (Vec.getOpcode() == ISD::UNDEF)
79 return DAG.getNode(ISD::UNDEF, dl, ResultVT);
612 setOperationAction(ISD::UNDEF, MVT::f64, Expand);
639 setOperationAction(ISD::UNDEF, MVT::f64, Expand);
640 setOperationAction(ISD::UNDEF, MVT::f32, Expand);
665 setOperationAction(ISD::UNDEF, MVT::f80, Expand);
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelDAGToDAG.cpp 510 ||Opc == ISD::UNDEF
520 if (Offs.getOpcode() == ISD::Constant || Offs.getOpcode() == ISD::UNDEF) {
521 if (Offs.getOpcode() == ISD::UNDEF)
    [all...]
SPUISelLowering.cpp     [all...]
  /external/icu4c/data/
makedata.mak 175 !UNDEF ICUDATA_SOURCE_ARCHIVE
212 !UNDEF BUILD_SPECIAL_CNV_FILES
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 1066 milliseconds

1 2