HomeSort by relevance Sort by last modified time
    Searched refs:getType (Results 276 - 300 of 8672) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/PDB/
PDBSymbolTypeVTable.h 34 FORWARD_SYMBOL_ID_METHOD(getType)
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/PDB/
PDBSymbolTypePointer.h 35 FORWARD_SYMBOL_ID_METHOD_WITH_NAME(getType, getPointeeType)
PDBSymbolTypeVTable.h 34 FORWARD_SYMBOL_ID_METHOD(getType)
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/PDB/
PDBSymbolTypePointer.h 35 FORWARD_SYMBOL_ID_METHOD_WITH_NAME(getType, getPointeeType)
PDBSymbolTypeVTable.h 34 FORWARD_SYMBOL_ID_METHOD(getType)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolTypePointer.h 35 FORWARD_SYMBOL_ID_METHOD_WITH_NAME(getType, getPointeeType)
PDBSymbolTypeVTable.h 33 FORWARD_SYMBOL_ID_METHOD(getType)
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/PDB/
PDBSymbolTypePointer.h 35 FORWARD_SYMBOL_ID_METHOD_WITH_NAME(getType, getPointeeType)
PDBSymbolTypeVTable.h 34 FORWARD_SYMBOL_ID_METHOD(getType)
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/PDB/
PDBSymbolTypePointer.h 35 FORWARD_SYMBOL_ID_METHOD_WITH_NAME(getType, getPointeeType)
PDBSymbolTypeVTable.h 34 FORWARD_SYMBOL_ID_METHOD(getType)
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/PDB/
PDBSymbolTypePointer.h 35 FORWARD_SYMBOL_ID_METHOD_WITH_NAME(getType, getPointeeType)
PDBSymbolTypeVTable.h 34 FORWARD_SYMBOL_ID_METHOD(getType)
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/PDB/
PDBSymbolTypePointer.h 35 FORWARD_SYMBOL_ID_METHOD_WITH_NAME(getType, getPointeeType)
PDBSymbolTypeVTable.h 34 FORWARD_SYMBOL_ID_METHOD(getType)
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/PDB/
PDBSymbolTypePointer.h 35 FORWARD_SYMBOL_ID_METHOD_WITH_NAME(getType, getPointeeType)
PDBSymbolTypeVTable.h 34 FORWARD_SYMBOL_ID_METHOD(getType)
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/PDB/
PDBSymbolTypePointer.h 35 FORWARD_SYMBOL_ID_METHOD_WITH_NAME(getType, getPointeeType)
PDBSymbolTypeVTable.h 34 FORWARD_SYMBOL_ID_METHOD(getType)
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCalls.cpp 62 cast<PointerType>(MI->getArgOperand(1)->getType())->getAddressSpace();
64 cast<PointerType>(MI->getArgOperand(0)->getType())->getAddressSpace();
78 Type *SrcETy = cast<PointerType>(StrippedDest->getType())
119 MI->setArgOperand(2, Constant::getNullValue(MemOpLength->getType()));
134 if (!LenC || !FillC || !FillC->getType()->isIntegerTy(8))
147 unsigned DstAddrSp = cast<PointerType>(Dest->getType())->getAddressSpace();
161 MI->setLength(Constant::getNullValue(LenC->getType()));
219 Type *Tys[3] = { CI.getArgOperand(0)->getType(),
220 CI.getArgOperand(1)->getType(),
221 CI.getArgOperand(2)->getType() };
    [all...]
  /art/tools/ahat/src/main/com/android/ahat/heapdump/
Value.java 122 public static Type getType(Value value) {
123 return value == null ? Type.OBJECT : value.getType();
129 abstract Type getType();
239 Type getType() {
270 Type getType() {
301 Type getType() {
327 Type getType() {
353 Type getType() {
390 Type getType() {
430 Type getType() {
    [all...]
  /cts/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityNodeInfo_RangeInfoTest.java 39 assertEquals(RangeInfo.RANGE_TYPE_INT, r.getType());
45 assertEquals(RangeInfo.RANGE_TYPE_FLOAT, r.getType());
51 assertEquals(RangeInfo.RANGE_TYPE_PERCENT, r.getType());
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
CommonErrorNode.java 45 stop.getType()!=Token.EOF) )
63 public int getType() {
72 if ( ((Token)stop).getType() == Token.EOF ) {
  /external/deqp/framework/randomshaders/
rsgProgramGenerator.cpp 78 if ((*i)->getVariable()->getType().isSampler())
84 if ((*i)->getVariable()->getType().isSampler())
92 if (input->getVariable()->getType().isSampler())
  /external/jmdns/src/javax/jmdns/impl/
ServiceEventImpl.java 68 * @see javax.jmdns.ServiceEvent#getType()
71 public String getType() {
95 buf.append(this.getType());
121 return new ServiceEventImpl((JmDNSImpl) this.getDNS(), this.getType(), this.getName(), newInfo);

Completed in 343 milliseconds

<<11121314151617181920>>