OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_constant
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/v8/src/
types.cc
51
if (
is_constant
()) {
57
if (union_get(unioned, i)->
is_constant
()) ++result;
90
return type->
is_constant
();
269
if (that->
is_constant
()) {
270
return this->
is_constant
() && *this->as_constant() == *that->as_constant();
302
(this->
is_constant
() && that->is_class() &&
342
if (this->
is_constant
()) {
343
return that->
is_constant
() && *this->as_constant() == *that->as_constant();
364
if (this->is_class() || this->
is_constant
()) {
438
if (this->is_class() || this->
is_constant
()) {
[
all
...]
types.h
169
bool IsConstant() { return
is_constant
(); }
210
t->
is_constant
() || t->is_union());
236
bool
is_constant
() { return this->IsBox(); }
function in class:v8::internal::Type
code-stubs.h
948
explicit StoreGlobalStub(bool
is_constant
) {
949
bit_field_ = IsConstantBits::encode(
is_constant
);
974
bool
is_constant
() {
[
all
...]
code-stubs-hydrogen.cc
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_optimize.c
518
unsigned int
is_constant
[2] = {0, 0};
local
543
is_constant
[i] = 1;
547
if (
is_constant
[0] &&
is_constant
[1])
/external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_optimize.c
518
unsigned int
is_constant
[2] = {0, 0};
local
543
is_constant
[i] = 1;
547
if (
is_constant
[0] &&
is_constant
[1])
/external/llvm/bindings/ocaml/llvm/
llvm.ml
375
external
is_constant
: llvalue -> bool = "llvm_is_constant"
[
all
...]
llvm.mli
640
(** [
is_constant
v] returns [true] if the value [v] is a constant, [false]
642
val
is_constant
: llvalue -> bool
var
[
all
...]
/external/llvm/test/Bindings/Ocaml/
vmcore.ml
95
insist (
is_constant
c);
[
all
...]
Completed in 550 milliseconds