Searched refs:IsAnonymous (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/TableGen/
H A DRecord.h1402 bool IsAnonymous; member in class:llvm::Record
1424 TrackedRecords(records), TheInit(nullptr), IsAnonymous(Anonymous),
1431 TrackedRecords(records), TheInit(nullptr), IsAnonymous(Anonymous),
1442 TheInit(O.TheInit), IsAnonymous(O.IsAnonymous),
1566 return IsAnonymous;
/external/llvm/lib/TableGen/
H A DTGParser.cpp1238 Records, /*IsAnonymous=*/true);
2032 Records, /*IsAnonymous=*/true);
2371 bool IsAnonymous = false; local
2374 IsAnonymous = true;
2394 auto CurRec = make_unique<Record>(DefName, Locs, Records, IsAnonymous);
/external/v8/src/
H A Dast.h2350 bool is_anonymous() const { return IsAnonymous::decode(bitfield_); }
2468 IsAnonymous::encode(function_type == ANONYMOUS_EXPRESSION) |
2496 class IsAnonymous : public BitField<bool, 1, 1> {}; class in class:v8::internal::FINAL

Completed in 357 milliseconds