HomeSort by: relevance | last modified time | path
    Searched defs:undef (Results 1 - 22 of 22) sorted by relevancy

  /src/sys/arch/evbarm/stand/board/
s3c2410_vector.S 45 undef: label
s3c2800_vector.S 77 undef: label
  /src/usr.bin/make/unit-tests/
var-op-expand.mk 50 .undef UNDEF
51 VAR:= <${UNDEF}>
55 UNDEF= after
72 .undef UNDEF
73 VAR:= ${:${UNDEF}}
77 UNDEF= Uwas undefined
86 # XXX: Even though this is a ':=' assignment, the '${UNDEF}' in the part of
90 .undef UNDE
    [all...]
directive-include-guard.mk 347 CASES+= variable-undef-between
348 LINES.variable-undef-between= \
352 UNDEF_BETWEEN.variable-undef-between= \
354 # expect: Parse_PushInput: variable-undef-between.tmp:1
355 # expect: Parse_PushInput: variable-undef-between.tmp:1
359 CASES+= variable-undef-inside
360 LINES.variable-undef-inside= \
363 '.undef VARIABLE_UNDEF_INSIDE' \
365 # expect: Parse_PushInput: variable-undef-inside.tmp:1
366 # expect: Parse_PushInput: variable-undef-inside.tmp:
    [all...]
Makefile 103 TESTS+= cond-undef-lint
209 TESTS+= directive-undef
472 TESTS+= varparse-undef-partial
501 ENV.directive-undef= ENV_VAR=env-value
  /src/external/bsd/tradcpp/dist/
mode.h 61 bool undef; member in struct:warns
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ValueLattice.h 36 /// This Value is an UndefValue constant or produces undef. Undefined values
43 undef, enumerator in enum:llvm::ValueLatticeElement::ValueLatticeElementTy
45 /// This Value has a specific constant value. The constant cannot be undef.
48 /// can be reached by merging undef & constant states.
67 /// This Value falls within this range, but also may be undef.
96 case undef:
110 /// The merge value may include undef.
164 case undef:
183 case undef:
211 assert(!isa<UndefValue>(C) && "!= undef is not supported")
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/
filter.c 633 int undef, undef2; local
641 undef = f->f_choice & SLAPD_FILTER_UNDEFINED;
642 undef2 = (undef && !noundef);
665 !undef &&
1263 int undef; local
1270 undef = vrf->vrf_choice & SLAPD_FILTER_UNDEFINED;
1278 if ( undef ) fstr->bv_len++;
1293 if ( undef ) fstr->bv_len++;
1308 if ( undef ) fstr->bv_len++;
1323 if ( undef ) fstr->bv_len++
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
debug.h 48 void (* undef) (unsigned int line, const char *macro); member in struct:gcc_debug_hooks
  /src/external/gpl3/gcc.old/dist/gcc/
debug.h 48 void (* undef) (unsigned int line, const char *macro); member in struct:gcc_debug_hooks
  /src/external/gpl3/binutils/dist/ld/
ldcref.c 55 unsigned int undef : 1; member in struct:cref_ref
192 r->undef = false;
196 r->undef = true;
pe-dll.c 50 #undef AOUTSZ
878 #undef NE
1445 struct bfd_link_hash_entry *undef; local
1451 for (undef = link_info.hash->undefs; undef; undef = undef->u.undef.next)
1452 if (undef->type == bfd_link_hash_undefined)
1454 size_t len = strlen (undef->root.string)
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
ldcref.c 55 unsigned int undef : 1; member in struct:cref_ref
192 r->undef = false;
196 r->undef = true;
pe-dll.c 50 #undef AOUTSZ
843 #undef NE
1409 struct bfd_link_hash_entry *undef; local
1415 for (undef = link_info.hash->undefs; undef; undef = undef->u.undef.next)
1416 if (undef->type == bfd_link_hash_undefined)
1418 size_t len = strlen (undef->root.string)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ModuloSchedule.cpp 1258 // Map from register class to canonical undef register for that class.
1261 // this map is only used when InitReg is non-undef.
1263 // Map from LoopReg to phi register where the InitReg is undef.
1270 // If InitReg is not given it is chosen arbitrarily. It will either be undef
1274 // Create an undef register of the given register class.
1275 Register undef(const TargetRegisterClass *RC);
1459 // If the init register is not undef, try and find an existing phi.
1471 // InitReg is either undef or no existing phi takes InitReg as input. Try and
1472 // find a phi that takes undef as input.
1477 // Found a phi taking undef as input, and this input is undef so retur
1507 Register KernelRewriter::undef(const TargetRegisterClass *RC) { function in class:KernelRewriter
    [all...]
  /src/external/gpl3/binutils/dist/include/
bfdlink.h 165 } undef;
164 } undef; member in union:bfd_link_hash_entry::__anon10319
  /src/external/gpl3/binutils.old/dist/include/
bfdlink.h 165 } undef;
164 } undef; member in union:bfd_link_hash_entry::__anon11783
  /src/external/gpl3/gdb/dist/include/
bfdlink.h 165 } undef;
164 } undef; member in union:bfd_link_hash_entry::__anon18429
  /src/external/gpl3/gdb.old/dist/include/
bfdlink.h 162 } undef;
161 } undef; member in union:bfd_link_hash_entry::__anon21170
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.mli 877 (** [undef ty] returns the undefined value of the type [ty].
879 val undef : lltype -> llvalue var
  /src/external/gpl3/gcc/dist/libcpp/include/
cpplib.h 170 #undef OP
171 #undef TK
731 void (*undef) (cpp_reader *, location_t, cpp_hashnode *); member in struct:cpp_callbacks
755 /* Called before #define and #undef or other macro definition
1013 The latter for when a macro had a prevailing undef.
  /src/external/gpl3/gcc.old/dist/libcpp/include/
cpplib.h 167 #undef OP
168 #undef TK
687 void (*undef) (cpp_reader *, location_t, cpp_hashnode *); member in struct:cpp_callbacks
711 /* Called before #define and #undef or other macro definition
964 The latter for when a macro had a prevailing undef.

Completed in 38 milliseconds