HomeSort by relevance Sort by last modified time
    Searched refs:Slot (Results 76 - 100 of 109) sorted by null

1 2 34 5

  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 53 /// The key of this vector is the placeholder constant, the value is the slot
309 /// Read a value/type pair out of the specified record from slot 'Slot'.
310 /// Increment Slot past the number of slots used in the record. Return true on
312 bool getValueTypePair(SmallVectorImpl<uint64_t> &Record, unsigned &Slot,
314 if (Slot == Record.size()) return true;
315 unsigned ValNo = (unsigned)Record[Slot++];
325 if (Slot == Record.size())
328 unsigned TypeNo = (unsigned)Record[Slot++];
333 /// Read a value out of the specified record from slot 'Slot'. Increment Slo
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.h 807 RawAbsoluteAxisInfo slot; member in struct:android::RawPointerAxes
932 class Slot {
    [all...]
InputReader.cpp 69 // Maximum number of slots supported when using the slot-based Multitouch Protocol B.
1744 Slot* slot = &mSlots[mCurrentSlot]; local
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 100 /// The key of this vector is the placeholder constant, the value is the slot
310 /// slot 'Slot'. Increment Slot past the number of slots used in the record.
312 bool getValueTypePair(SmallVectorImpl<uint64_t> &Record, unsigned &Slot,
314 if (Slot == Record.size()) return true;
315 unsigned ValNo = (unsigned)Record[Slot++];
321 } else if (Slot == Record.size()) {
325 unsigned TypeNo = (unsigned)Record[Slot++];
329 bool getValue(SmallVector<uint64_t, 64> &Record, unsigned &Slot,
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 342 /// The key of this vector is the placeholder constant, the value is the slot
547 /// slot 'Slot'. Increment Slot past the number of slots used in the record.
549 bool getValueTypePair(SmallVectorImpl<uint64_t> &Record, unsigned &Slot,
551 if (Slot == Record.size()) return true;
552 unsigned ValNo = (unsigned)Record[Slot++];
558 } else if (Slot == Record.size()) {
562 unsigned TypeNo = (unsigned)Record[Slot++];
566 bool getValue(SmallVector<uint64_t, 64> &Record, unsigned &Slot,
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
CGExprCXX.cpp     [all...]
CGAtomic.cpp 1861 AggValueSlot slot = AggValueSlot::forLValue(dest, local
    [all...]
CGBlocks.cpp 828 AggValueSlot Slot =
833 EmitAggExpr(copyExpr, Slot);
    [all...]
CGClass.cpp 598 AggValueSlot Slot =
604 CGF.EmitAggExpr(Init, Slot);
    [all...]
CodeGenFunction.h 320 /// The exception slot. All landing pads write the current exception pointer
324 /// The selector slot. Under the MandatoryCleanup model, all landing pads
328 /// A stack of exception code slots. Entering an __except block pushes a slot
    [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]
  /external/llvm/lib/DebugInfo/PDB/
PDBExtras.cpp 157 CASE_OUTPUT_ENUM_CLASS_STR(PDB_LocType, Slot, "slot", OS)
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h     [all...]
  /system/update_engine/
update_attempter_unittest.cc 451 BootControlInterface::Slot rollback_slot = 1;
461 // which have a valid slot to rollback to.
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h 1044 IN PCI_SLOT_NUMBER Slot,
1070 IN ULONG Slot,
    [all...]
video.h 906 OUT PULONG Slot);
    [all...]
scsi.h     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 751 RegVar->initializeMMI(VI.Expr, VI.Slot);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h 363 struct Slot {
367 Slot(llvm::StringRef StackSlotLabel,
379 SmallVector<Slot, 2> Stack;
    [all...]

Completed in 2598 milliseconds

1 2 34 5