Home
last modified time | relevance | path

Searched refs:IsAnonymous (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/TableGen/
DRecord.h1393 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/
DTGParser.cpp2330 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/
Dast.h2325 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/
DRenderObject.h1192 ADD_BOOLEAN_BITFIELD(isAnonymous, IsAnonymous);