Searched refs:IsAnonymous (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/TableGen/ |
D | Record.h | 1393 bool IsAnonymous; variable 1403 TrackedRecords(records), TheInit(nullptr), IsAnonymous(Anonymous) { 1409 TrackedRecords(records), TheInit(nullptr), IsAnonymous(Anonymous) { 1419 TheInit(O.TheInit), IsAnonymous(O.IsAnonymous) { } in Record() 1544 return IsAnonymous; in isAnonymous()
|
/external/llvm/lib/TableGen/ |
D | TGParser.cpp | 2330 bool IsAnonymous = false; in InstantiateMulticlassDef() local 2333 IsAnonymous = true; in InstantiateMulticlassDef() 2353 Record *CurRec = new Record(DefName, Locs, Records, IsAnonymous); in InstantiateMulticlassDef()
|
/external/chromium_org/v8/src/ |
D | ast.h | 2325 bool is_anonymous() const { return IsAnonymous::decode(bitfield_); } in is_anonymous() 2418 IsAnonymous::encode(function_type == ANONYMOUS_EXPRESSION) | in FunctionLiteral() 2443 class IsAnonymous: public BitField<bool, 1, 1> {};
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderObject.h | 1192 ADD_BOOLEAN_BITFIELD(isAnonymous, IsAnonymous);
|