OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsUnion
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/v8/test/cctest/
test-types.cc
37
static bool
IsUnion
(Type* type) { return type->IsFixedArray(); }
49
CHECK_EQ(
IsUnion
(*type1),
IsUnion
(*type2));
58
} else if (
IsUnion
(*type1)) {
440
CHECK(
IsUnion
(Type::Union(T.ObjectClass, T.ArrayClass)));
455
CHECK(
IsUnion
(Type::Union(T.ObjectConstant1, T.ObjectConstant2)));
475
CHECK(
IsUnion
(Type::Union(T.ObjectClass, T.Number)));
489
CHECK(
IsUnion
(Type::Union(T.ObjectConstant2, T.Number)));
503
CHECK(
IsUnion
(Type::Union(T.ObjectConstant1, T.ObjectClass)));
504
CHECK(
IsUnion
(Type::Union(T.ArrayClass, T.ObjectConstant2)))
[
all
...]
/external/clang/lib/Sema/
SemaCodeComplete.cpp
333
bool
IsUnion
(const NamedDecl *ND) const;
[
all
...]
/external/clang/lib/CodeGen/
CGObjCMac.cpp
[
all
...]
Completed in 667 milliseconds