Searched defs:IsDefined (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/make/
H A Dutil.mk41 # Function: IsDefined variable
44 IsDefined = $(call strneq,undefined,$(flavor $(1))) macro
55 VarOrDefault = $(if $(call IsDefined,$(1)),$($(1)),$(2))
/external/pdfium/xfa/fxfa/parser/
H A Dcscript_datawindow.cpp43 void CScript_DataWindow::IsDefined(CFXJSE_Value* pValue, function in class:CScript_DataWindow
/external/v8/src/compiler/
H A Dinstruction-selector.cc346 bool InstructionSelector::IsDefined(Node* node) const { function in class:v8::internal::compiler::InstructionSelector
892 if (!IsUsed(node) || IsDefined(node)) continue;

Completed in 208 milliseconds