HomeSort by relevance Sort by last modified time
    Searched defs:IsDefined (Results 1 - 6 of 6) 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))
  /external/pdfium/xfa/fxfa/parser/
cscript_datawindow.cpp 43 void CScript_DataWindow::IsDefined(CFXJSE_Value* pValue,
  /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 51 virtual bool IsDefined() const { return true; }
131 virtual bool IsDefined() const override { return false; }
156 virtual bool IsDefined() const override {
157 return v_->IsDefined();
  /external/v8/src/compiler/
instruction-selector.cc 346 bool InstructionSelector::IsDefined(Node* node) const {
    [all...]

Completed in 113 milliseconds