OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BitsetType
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/Parser/
DelayedTemplateParsing.cpp
135
struct
BitsetType
;
138
BitsetType
::New();
143
struct TypeImpl<Config>::
BitsetType
{
/external/v8/src/
types.h
165
#define REPRESENTATION(k) ((k) &
BitsetType
::kRepresentation)
166
#define SEMANTIC(k) ((k) &
BitsetType
::kSemantic)
325
class
BitsetType
; // Internal
350
return
BitsetType
::New(
BitsetType
::k##type); \
353
return
BitsetType
::New(
BitsetType
::k##type, region); \
359
return
BitsetType
::New(
BitsetType
::SignedSmall());
362
return
BitsetType
::New(BitsetType::SignedSmall(), region)
[
all
...]
/external/v8/test/cctest/
test-types.cc
56
struct
BitsetType
: Type::
BitsetType
{
57
using Type::
BitsetType
::New;
58
using Type::
BitsetType
::Glb;
59
using Type::
BitsetType
::Lub;
60
using Type::
BitsetType
::IsInhabited;
84
struct
BitsetType
: HeapType::
BitsetType
{
85
using HeapType::
BitsetType
::New;
86
using HeapType::
BitsetType
::Glb
[
all
...]
Completed in 664 milliseconds