HomeSort by relevance Sort by last modified time
    Searched defs:IsDefined (Results 1 - 9 of 9) sorted by null

  /external/compiler-rt/make/
util.mk 41 # Function: IsDefined variable
44 IsDefined = $(call strneq,undefined,$(flavor $(1)))
55 VarOrDefault = $(if $(call IsDefined,$(1)),$($(1)),$(2))
  /build/kati/
evalcmd.go 85 func (v autoVar) IsDefined() bool { return true }
var.go 31 IsDefined() bool
65 func (v *targetSpecificVar) IsDefined() bool {
66 return v.v.IsDefined()
100 func (v *simpleVar) IsDefined() bool { return true }
162 func (v *automaticVar) IsDefined() bool { return true }
215 func (v *recursiveVar) IsDefined() bool { return true }
272 func (undefinedVar) IsDefined() bool { return false }
var.h 55 virtual bool IsDefined() const { return true; }
142 virtual bool IsDefined() const override { return false; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
RecordStreamer.cpp 158 bool IsDefined = false;
179 IsDefined = true;
188 if (Attr == MCSA_Invalid || !IsDefined) {
206 IsDefined = IsDefined || !GV->isDeclarationForLinker();
217 const char *Separator = IsDefined ? "@@" : "@";
225 if (IsDefined)
WasmObjectFile.cpp 44 } else if (isDefined()) {
446 bool IsDefined = (Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0;
452 IsDefined != isDefinedFunctionIndex(Info.ElementIndex))
455 if (IsDefined) {
473 IsDefined != isDefinedGlobalIndex(Info.ElementIndex))
476 if (!IsDefined &&
481 if (IsDefined) {
497 if (IsDefined) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86FixupBWInsts.cpp 245 bool IsDefined = false;
253 IsDefined = true;
264 if (!IsDefined)
  /external/v8/src/torque/
declarable.h 145 bool IsDefined() const { return defined_; }
  /external/v8/src/compiler/
instruction-selector.cc 373 bool InstructionSelector::IsDefined(Node* node) const {
    [all...]

Completed in 364 milliseconds