HomeSort by relevance Sort by last modified time
    Searched defs:Table (Results 126 - 150 of 352) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 54 struct Table {
160 std::vector<Table> Tables;
237 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::Table)
284 template <> struct MappingTraits<WasmYAML::Table> {
285 static void mapping(IO &IO, WasmYAML::Table &Table);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/BinaryFormat/
Wasm.h 81 WasmTable Table;
120 WASM_SEC_TABLE = 4, // Indirect function table and other tables
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ObjectYAML/
WasmYAML.h 43 struct Table {
73 Table TableImport;
171 std::vector<Table> Tables;
248 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::Table)
296 template <> struct MappingTraits<WasmYAML::Table> {
297 static void mapping(IO &IO, WasmYAML::Table &Table);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/BinaryFormat/
Wasm.h 81 WasmTable Table;
120 WASM_SEC_TABLE = 4, // Indirect function table and other tables
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ObjectYAML/
WasmYAML.h 43 struct Table {
73 Table TableImport;
171 std::vector<Table> Tables;
248 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::Table)
296 template <> struct MappingTraits<WasmYAML::Table> {
297 static void mapping(IO &IO, WasmYAML::Table &Table);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/BinaryFormat/
Wasm.h 81 WasmTable Table;
127 WASM_SEC_TABLE = 4, // Indirect function table and other tables
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/BinaryFormat/
Wasm.h 81 WasmTable Table;
127 WASM_SEC_TABLE = 4, // Indirect function table and other tables
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/BinaryFormat/
Wasm.h 81 WasmTable Table;
127 WASM_SEC_TABLE = 4, // Indirect function table and other tables
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/BinaryFormat/
Wasm.h 81 WasmTable Table;
127 WASM_SEC_TABLE = 4, // Indirect function table and other tables
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 54 struct Table {
160 std::vector<Table> Tables;
237 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::Table)
284 template <> struct MappingTraits<WasmYAML::Table> {
285 static void mapping(IO &IO, WasmYAML::Table &Table);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/BinaryFormat/
Wasm.h 81 WasmTable Table;
120 WASM_SEC_TABLE = 4, // Indirect function table and other tables
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ObjectYAML/
WasmYAML.h 43 struct Table {
73 Table TableImport;
171 std::vector<Table> Tables;
248 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::Table)
296 template <> struct MappingTraits<WasmYAML::Table> {
297 static void mapping(IO &IO, WasmYAML::Table &Table);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/BinaryFormat/
Wasm.h 81 WasmTable Table;
120 WASM_SEC_TABLE = 4, // Indirect function table and other tables
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ObjectYAML/
WasmYAML.h 43 struct Table {
73 Table TableImport;
171 std::vector<Table> Tables;
248 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::Table)
296 template <> struct MappingTraits<WasmYAML::Table> {
297 static void mapping(IO &IO, WasmYAML::Table &Table);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/BinaryFormat/
Wasm.h 81 WasmTable Table;
127 WASM_SEC_TABLE = 4, // Indirect function table and other tables
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/BinaryFormat/
Wasm.h 81 WasmTable Table;
127 WASM_SEC_TABLE = 4, // Indirect function table and other tables
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/BinaryFormat/
Wasm.h 81 WasmTable Table;
127 WASM_SEC_TABLE = 4, // Indirect function table and other tables
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/BinaryFormat/
Wasm.h 81 WasmTable Table;
127 WASM_SEC_TABLE = 4, // Indirect function table and other tables
  /system/vold/model/
Disk.cpp 84 enum class Table {
315 // Parse partition table
334 Table table = Table::kUnknown; local
344 table = Table::kMbr;
346 table = Table::kGpt;
348 LOG(WARNING) << "Invalid partition table " << *it
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
msilib.py 81 class Table:
129 return "CREATE TABLE %s (%s PRIMARY KEY %s)" % (self.name, fields, keys)
153 f.write("from msilib import Table\n")
159 f.write("\n%s = Table('%s')\n" % (name,name))
168 # Fill the _Validation table
175 # Table, Column, Nullable
210 table = r.StringData(1)
211 tables.append(table)
212 f.write("%s = [\n" % table)
213 v1 = seqmsi.OpenView("SELECT * FROM `%s`" % table)
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/
BdsPlatform.c 57 EFI_PHYSICAL_ADDRESS *Table;
65 // Iteratively add ACPI Table, SMBIOS Table, MPS Table to EFI System Table
70 Table = GET_GUID_HOB_DATA (GuidHob.Guid);
71 if (Table != NULL) {
73 // Check if Mps Table/Smbios Table/Acpi Table exists in E/F seg,
    [all...]
  /external/clang/lib/Basic/
IdentifierTable.cpp 1 //===--- IdentifierTable.cpp - Hash table for identifier lookup -----------===//
80 // Populate the identifier table with info about keywords for the current
162 const LangOptions &LangOpts, IdentifierTable &Table) {
178 Table.get(Keyword, AddResult == KS_Future ? tok::identifier : TokenCode);
187 IdentifierTable &Table) {
188 IdentifierInfo &Info = Table.get(Keyword, TokenCode);
196 IdentifierTable &Table) {
197 Table.get(Name).setObjCKeywordID(ObjCID);
200 /// AddKeywords - Add all keywords to the symbol table.
310 /// PrintStats - Print statistics about how well the identifier table is doin
    [all...]
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 70 /// table.
303 IdentifierIndexTable &Table
305 IdentifierIndexTable::iterator Known = Table.find(Name);
306 if (Known == Table.end()) {
621 // Handle the identifier table
625 std::unique_ptr<InterestingIdentifierTable> Table(
630 for (InterestingIdentifierTable::data_iterator D = Table->data_begin(),
631 DEnd = Table->data_end();
650 /// table.
734 // Populate the hash table
    [all...]
  /external/clang/test/SemaCXX/
cxx98-compat.cpp 271 void *Table[] = {&&DirectJump, &&Later};
272 goto *Table[n]; // expected-warning {{jump from this indirect goto statement to one of its possible targets is incompatible with C++98}}
  /external/llvm/lib/IR/
Function.cpp 284 // Delete all of the method arguments and unlink from symbol table...
288 // Remove the function from the on-the-side GC table.
365 // Metadata is stored in a side-table.
456 /// Table of string intrinsic names indexed by enum value.
750 // Check to see if the intrinsic's type was expressible by the table.
765 // into a single word in the table itself, decode it now.
775 // Okay, decode the table into the output vector of IITDescriptors.
863 SmallVector<IITDescriptor, 8> Table;
864 getIntrinsicInfoTableEntries(id, Table);
866 ArrayRef<IITDescriptor> TableRef = Table;
    [all...]

Completed in 1742 milliseconds

1 2 3 4 56 7 8 91011>>