HomeSort by relevance Sort by last modified time
    Searched refs:is_undefined (Results 1 - 23 of 23) sorted by null

  /external/libmojo/third_party/jinja2/
__init__.py 57 is_undefined
67 'environmentfunction', 'contextfunction', 'clear_caches', 'is_undefined',
utils.py 85 def is_undefined(obj): function
93 if is_undefined(var):
  /toolchain/binutils/binutils-2.25/gold/
symtab.h 90 IS_UNDEFINED
491 return this->source_ != IS_UNDEFINED;
514 is_undefined() const function in class:gold::Symbol
520 || this->source_ == IS_UNDEFINED);
527 return (this->is_undefined()
537 return (this->is_undefined()
587 gold_assert(!this->is_undefined());
630 if (this->is_undefined() && !parameters->options().shared())
652 || this->is_undefined()
691 if (this->is_undefined() && !parameters->options().shared()
    [all...]
target-reloc.h 183 if (!sym->is_undefined() && !sym->is_placeholder())
356 && gsym->is_undefined());
archive.cc 93 || !sym->is_undefined()
101 if (!sym->is_undefined())
116 if (parameters->options().is_undefined(sym_name))
    [all...]
plugin.cc 590 if (!(*p)->is_undefined())
896 if (parameters->options().is_undefined(lsym->name()))
951 if (lsym->is_undefined())
    [all...]
symtab.cc 195 this->source_ = IS_UNDEFINED;
430 && !this->is_undefined()
456 if (this->source_ != IS_UNDEFINED)
468 if (!this->is_undefined())
504 case IS_UNDEFINED:
531 case IS_UNDEFINED:
557 this->source_ = IS_UNDEFINED;
988 was_undefined = ret->is_undefined();
1012 was_undefined = ret->is_undefined();
    [all...]
icf.cc 400 && !(*it_s)->is_undefined()
    [all...]
x86_64.cc     [all...]
powerpc.cc     [all...]
i386.cc 751 && !gsym->is_undefined ()
    [all...]
resolve.cc 451 if (to->source() == Symbol::IS_UNDEFINED)
932 if (this->is_undefined())
948 case IS_UNDEFINED:
    [all...]
arm.cc     [all...]
sparc.cc     [all...]
tilegx.cc     [all...]
aarch64.cc 525 || gsym->is_undefined())
    [all...]
mips.cc 181 && !sym->is_undefined());
    [all...]
dynobj.cc 1063 && (sym->is_undefined()
    [all...]
reloc.cc     [all...]
  /external/v8/src/parsing/
pattern-rewriter.cc 291 Expression* is_undefined = factory()->NewCompareOperation( local
294 value = factory()->NewConditional(is_undefined, initializer,
684 Expression* is_undefined = factory()->NewCompareOperation( local
687 value = factory()->NewConditional(is_undefined, initializer,
parser.cc 1611 Expression* is_undefined = factory()->NewCompareOperation( local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-vax.c 2415 int is_undefined; local
    [all...]
tc-cris.c 1339 int is_undefined = 0; local
    [all...]

Completed in 2183 milliseconds