HomeSort by relevance Sort by last modified time
    Searched refs:is_symbol (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/glsl/
s_expression.h 64 virtual bool is_symbol() const { return false; } function in class:s_expression
120 bool is_symbol() const { return true; } function in class:s_symbol
  /external/v8/src/
objects.cc 770 bool is_symbol = this->IsSymbol(); local
785 if (is_symbol) {
820 bool is_symbol = this->IsSymbol(); local
833 if (is_symbol) {
    [all...]

Completed in 250 milliseconds