HomeSort by relevance Sort by last modified time
    Searched defs:Slot (Results 26 - 45 of 45) sorted by null

12

  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]
CGClass.cpp 462 AggValueSlot Slot =
468 CGF.EmitAggExpr(Init, Slot);
    [all...]
CGExpr.cpp 614 llvm::Value *Slot = Builder.CreateAnd(Hash,
617 llvm::Value *Indices[] = { Builder.getInt32(0), Slot };
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 480 ConstantInt *&Slot = Context.pImpl->IntConstants[Key];
481 if (!Slot) Slot = new ConstantInt(ITy, V);
482 return Slot;
608 ConstantFP *&Slot = pImpl->FPConstants[Key];
610 if (!Slot) {
627 Slot = new ConstantFP(Ty, V);
630 return Slot;
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /bionic/libc/kernel/arch-x86/asm/
voyager.h 314 __u8 Slot;
  /development/ndk/platforms/android-9/arch-x86/include/asm/
voyager.h 314 __u8 Slot;
  /external/kernel-headers/original/asm-x86/
voyager.h 325 #define MAX_PROCESSOR_BOARDS 4 /* 4 processor slot system */
337 * will be zero except for slot */
342 __u8 Slot; /* Processor slots 1 - 4 */
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
voyager.h 302 __u8 Slot;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
voyager.h 302 __u8 Slot;
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
voyager.h 302 __u8 Slot;
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
voyager.h 302 __u8 Slot;
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
voyager.h 302 __u8 Slot;
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
voyager.h 314 __u8 Slot;
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
voyager.h 314 __u8 Slot;
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]
  /external/v8/src/
gdb-jit.cc 75 class Slot {
77 Slot(Writer* w, uintptr_t offset) : w_(w), offset_(offset) { }
87 Slot<T> at(int i) {
88 return Slot<T>(w_, offset_ + sizeof(T) * i);
104 Slot<T> SlotAt(uintptr_t offset) {
106 return Slot<T>(this, offset);
110 Slot<T> CreateSlotHere() {
115 Slot<T> CreateSlotsHere(uint32_t count) {
174 template<typename T> friend class Slot;
195 virtual void WriteBody(Writer::Slot<THeader> header, Writer* writer)
    [all...]
  /frameworks/base/services/input/
InputReader.cpp 65 // Maximum number of slots supported when using the slot-based Multitouch Protocol B.
1614 Slot* slot = &mSlots[mCurrentSlot]; local
    [all...]
InputReader.h 723 RawAbsoluteAxisInfo slot; member in struct:android::RawPointerAxes
836 class Slot {
873 Slot();
887 inline const Slot* getSlot(size_t index) const { return &mSlots[index]; }
891 Slot* mSlots;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 1934 milliseconds

12