Searched defs:IsDefined (Results 1 - 4 of 4) 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/chromium_org/gpu/command_buffer/service/
H A Dtexture_manager.h157 bool IsDefined() const { function in class:gpu::gles2::Texture
/external/chromium_org/v8/src/compiler/
H A Dinstruction-selector.cc155 bool InstructionSelector::IsDefined(Node* node) const { function in class:v8::internal::compiler::InstructionSelector
376 if (!IsUsed(node) || IsDefined(node)) continue;
946 if (result == NULL || IsDefined(result)) {
/external/lldb/source/Symbol/
H A DClangASTType.cpp633 ClangASTType::IsDefined() const function in class:ClangASTType

Completed in 1483 milliseconds