HomeSort by relevance Sort by last modified time
    Searched defs:LocalType (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CodeGenCXX/
mangle-ms-cxx14.cpp 13 struct LocalType {};
14 return LocalType{};
22 struct LocalType {};
23 return LocalType{};
32 struct LocalType {};
33 return LocalType{};
  /external/v8/src/wasm/
wasm-opcodes.h 40 typedef MachineRepresentation LocalType;
41 const LocalType kAstStmt = MachineRepresentation::kNone;
42 const LocalType kAstI32 = MachineRepresentation::kWord32;
43 const LocalType kAstI64 = MachineRepresentation::kWord64;
44 const LocalType kAstF32 = MachineRepresentation::kFloat32;
45 const LocalType kAstF64 = MachineRepresentation::kFloat64;
47 const LocalType kAstEnd = MachineRepresentation::kTagged;
68 typedef Signature<LocalType> FunctionSig;
311 static LocalTypeCode LocalTypeCodeFor(LocalType type) {
356 static MachineType MachineTypeFor(LocalType type)
    [all...]

Completed in 1373 milliseconds