HomeSort by relevance Sort by last modified time
    Searched refs:UNDEF (Results 1 - 25 of 49) 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/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesw.h 44 #undef lines
49 #undef UNDEF
50 #define UNDEF(name) CUR_ ##name
53 inline int UNDEF(addch)(chtype ch) { return addch(ch); }
54 #undef addch
55 #define addch UNDEF(addch)
59 inline int UNDEF(addchstr)(chtype *at) { return addchstr(at); }
60 #undef addchstr
61 #define addchstr UNDEF(addchstr
    [all...]
tic.h 80 #undef BYTE
147 #define UNDEF 5 /* Undefined */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 44 #undef lines
49 #undef UNDEF
50 #define UNDEF(name) CUR_ ##name
53 inline int UNDEF(addch)(chtype ch) { return addch(ch); }
54 #undef addch
55 #define addch UNDEF(addch)
59 inline int UNDEF(addchstr)(chtype *at) { return addchstr(at); }
60 #undef addchstr
61 #define addchstr UNDEF(addchstr
    [all...]
tic.h 80 #undef BYTE
147 #define UNDEF 5 /* Undefined */
  /external/llvm/test/MC/ARM/
cps.s 5 @ RUN: not llvm-mc -triple=thumbv7m--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF
15 @ UNDEF-DAG: cpsie f @ encoding: [0x61,0xb6]
16 @ UNDEF-DAG: error: instruction requires:
17 @ UNDEF-DAG: error: instruction 'cps' requires effect for M-class
thumb2-bxj-v8.s 1 @ RUN: not llvm-mc -triple=thumbv6t2--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF
2 @ RUN: not llvm-mc -triple=thumbv7a--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF
3 @ RUN: not llvm-mc -triple=thumbv7r--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF
10 @ UNDEF: error: r13 (SP) is an unpredictable operand to BXJ
thumb2-ldrexd-strexd.s 5 @ RUN: not llvm-mc -triple=thumbv7m--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF
13 @ UNDEF: error: instruction requires: !armv*m
14 @ UNDEF: error: instruction requires: !armv*m
thumb2-bxj.s 5 @ RUN: not llvm-mc -triple=thumbv7m--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF
10 @ UNDEF: error: instruction requires: arm-mode
  /external/elfutils/src/tests/
run-readelf-s.sh 130 0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UNDEF
132 2: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF _ITM_deregisterTMCloneTable
133 3: 0000000000000000 0 FUNC GLOBAL DEFAULT UNDEF __libc_start_main@GLIBC_2.2.5 (2)
134 4: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF __gmon_start__
135 5: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF _Jv_RegisterClasses
136 6: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF _ITM_registerTMCloneTable
137 7: 0000000000000000 0 FUNC WEAK DEFAULT UNDEF __cxa_finalize@GLIBC_2.2.5 (2)
151 0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UNDEF
206 55: 0000000000000000 0 NOTYPE WEAK DEFAULT UNDEF _ITM_deregisterTMCloneTable
211 60: 0000000000000000 0 FUNC GLOBAL DEFAULT UNDEF __libc_start_main@@GLIBC_2.2.
    [all...]
  /external/boringssl/src/crypto/x509v3/
v3_info.c 196 #ifdef UNDEF
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 163 /// UNDEF - An undefined node.
164 UNDEF,
291 /// values that indicate which value (or undef) each result element will
400 /// elements with the high bits becoming undef.
    [all...]
  /external/llvm/lib/Target/BPF/
BPFISelDAGToDAG.cpp 107 case ISD::UNDEF: {
109 report_fatal_error("shouldn't see UNDEF during Select");
BPFISelLowering.cpp 131 // no UNDEF allowed
132 setOperationAction(ISD::UNDEF, MVT::i64, Expand);
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 740 // FIXME: We blindly ignore splats which include undef which is overly
    [all...]
SelectionDAG.cpp 96 /// BUILD_VECTOR where all of the elements are ~0 or undef.
106 // Skip over all of the undef values.
107 while (i != e && N->getOperand(i).getOpcode() == ISD::UNDEF)
110 // Do not accept an all-undef vector.
137 N->getOperand(i).getOpcode() != ISD::UNDEF)
144 /// BUILD_VECTOR where all of the elements are 0 or undef.
154 if (N->getOperand(i).getOpcode() == ISD::UNDEF)
177 // Do not accept an all-undef vector.
184 /// all ConstantSDNode or undef.
191 if (Op.getOpcode() == ISD::UNDEF)
    [all...]
SelectionDAGDumper.cpp 137 case ISD::UNDEF: return "undef";
LegalizeDAG.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 236 #undef numTypes
237 #undef numIntTypes
238 #undef numVectorTypes
239 #undef numFloatTypes
383 if (fourth.getOpcode() != ISD::UNDEF) {
394 if (third.getOpcode() != ISD::UNDEF) {
405 if (second.getOpcode() != ISD::UNDEF) {
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 562 setOperationAction(ISD::UNDEF, MVT::f64, Expand);
591 setOperationAction(ISD::UNDEF, MVT::f64, Expand);
592 setOperationAction(ISD::UNDEF, MVT::f32, Expand);
621 setOperationAction(ISD::UNDEF, MVT::f80, Expand);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp     [all...]

Completed in 311 milliseconds

1 2