Home
last modified time | relevance | path

Searched defs:BlockTag (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/system/tools/aidl/
Dcomments.cpp60 struct BlockTag { struct
61 std::string name;
62 std::string description;
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp172 static const char *const BlockTag; member in __anonc41b59c20211::GCOVRecord
209 const char *const GCOVRecord::BlockTag = "\0\0\x41\x01"; member in __anonc41b59c20211::GCOVRecord
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp206 static const char *const BlockTag; member in __anona59ada640311::GCOVRecord
243 const char *const GCOVRecord::BlockTag = "\0\0\x41\x01"; member in __anona59ada640311::GCOVRecord
/aosp_15_r20/external/python/mako/test/
Dtest_lexer.py50 BlockTag = None variable
/aosp_15_r20/external/python/mako/mako/
Dparsetree.py510 class BlockTag(Tag): class