HomeSort by relevance Sort by last modified time
    Searched defs:IsDefined (Results 1 - 3 of 3) 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/
var.h 51 virtual bool IsDefined() const { return true; }
125 virtual bool IsDefined() const override { return false; }
150 virtual bool IsDefined() const override {
151 return v_->IsDefined();
  /external/v8/src/compiler/
instruction-selector.cc 250 bool InstructionSelector::IsDefined(Node* node) const {
668 if (!IsUsed(node) || IsDefined(node)) continue;
    [all...]

Completed in 89 milliseconds