HomeSort by relevance Sort by last modified time
    Searched refs:data_type_builder (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Serialization/
ASTReaderInternals.h 51 struct data_type_builder { struct in class:clang::serialization::reader::ASTDeclContextNameLookupTrait
55 data_type_builder(data_type &D) : Data(D) {} function in struct:clang::serialization::reader::ASTDeclContextNameLookupTrait::data_type_builder
102 unsigned DataLen, data_type_builder &Val);
104 static void MergeDataInto(const data_type &From, data_type_builder &To) {
MultiOnDiskHashTable.h 41 typedef typename Info::data_type_builder data_type_builder; typedef in class:clang::serialization::MultiOnDiskHashTable
146 data_type_builder ValueBuilder(Merged->Data[Key]);
230 data_type_builder ResultBuilder(Result);
247 data_type_builder ResultBuilder(Result);
ASTReader.cpp     [all...]
  /external/vixl/tools/test_generator/
parser.py 163 def ParseDescription(data_type_builder, json_description):
220 operands.append(data_type_builder.BuildOperand(json_operand["name"],
226 data_type_builder.BuildOperand(json_wrapped_operand["name"],
239 data_type_builder.BuildInput(json_input["name"], json_input["type"])
363 def ParseConfig(test_name, test_isas, data_type_builder, json_config):
386 data_type_builder, json_config["description"])
442 data_type_builder = ParseDataTypes(LoadJSON(data_type_file))
458 ParseConfig(test_name, test_isas, data_type_builder, json_config)

Completed in 3416 milliseconds