Home
last modified time | relevance | path

Searched defs:WordType (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_syntax_parser.h91 enum class WordType : bool { kWord, kNumber }; enum
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp116 IntegerType *WordType = DL.getIntPtrType(C); in addEmuTlsVar() local
H A DAtomicExpandPass.cpp643 Type *WordType = nullptr; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp115 IntegerType *WordType = DL.getIntPtrType(C); in addEmuTlsVar() local
H A DAtomicExpandPass.cpp613 Type *WordType; member
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp113 IntegerType *WordType = DL.getIntPtrType(C); in addEmuTlsVar() local
H A DAtomicExpandPass.cpp565 Type *WordType; member
/aosp_15_r20/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
H A Dread_worker.cpp107 using WordType = std::conditional_t<sizeof(void*) == sizeof(uint64_t), uint64_t, uint32_t>; in ProcessXorOp() typedef
H A Dsnapuserd_readahead.cpp461 using WordType = std::conditional_t<sizeof(void*) == sizeof(uint64_t), uint64_t, uint32_t>; in ProcessXorData() typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DAPInt.h78 typedef uint64_t WordType; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DAPInt.h77 typedef uint64_t WordType; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DAPInt.h78 typedef uint64_t WordType; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DAPInt.h78 typedef uint64_t WordType; typedef
/aosp_15_r20/external/pdfium/third_party/libtiff/
H A Dtif_lzw.c46 typedef size_t WordType; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DAPInt.h78 typedef uint64_t WordType; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPInt.h71 typedef uint64_t WordType; typedef
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringX8632.h38 constexpr Type WordType = IceType_i32; variable
H A DIceTargetLoweringX8664.h39 constexpr Type WordType = IceType_i64; variable
H A DIceAssemblerARM32.cpp32 using WordType = uint32_t; typedef