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

  /external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.observers/
get.pass.cpp 25 typedef const VT CVT;
37 typedef std::unique_ptr<CVT> U;
  /external/clang/test/Sema/
deref.c 37 typedef const void CVT;
38 extern CVT cv3;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
SimpleTypeSerializer.cpp 35 CVType CVT;
36 CVT.Type = static_cast<TypeLeafKind>(Record.getKind());
38 writeRecordPrefix(Writer, CVT.Type);
40 cantFail(Mapping.visitTypeBegin(CVT));
41 cantFail(Mapping.visitKnownRecord(CVT, Record));
42 cantFail(Mapping.visitTypeEnd(CVT));
48 Prefix->RecordKind = CVT.kind();
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 167 EVT CVT = Count.getValueType();
168 SDValue Left = DAG.getNode(ISD::AND, dl, CVT, Count,
170 CVT));
171 Chain = DAG.getCopyToReg(Chain, dl, (CVT == MVT::i64) ? X86::RCX : X86::ECX,
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86SelectionDAGInfo.cpp 146 EVT CVT = Count.getValueType();
147 SDValue Left = DAG.getNode(ISD::AND, dl, CVT, Count,
148 DAG.getConstant((AVT == MVT::i64) ? 7 : 3, CVT));
149 Chain = DAG.getCopyToReg(Chain, dl, (CVT == MVT::i64) ? X86::RCX :
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
CodeViewYAMLTypes.cpp 791 auto CVT = Err(LeafRecord::fromCodeViewRecord(T));
792 Result.push_back(CVT);
  /external/pdfium/core/fxcodec/codec/
ccodec_tiffmodule.cpp 332 #define CVT(x) ((uint16_t)((x) >> 8))
333 red_orig[i] = CVT(red_orig[i]);
334 green_orig[i] = CVT(green_orig[i]);
335 blue_orig[i] = CVT(blue_orig[i]);
336 #undef CVT
  /external/pdfium/third_party/libtiff/
tif_getimage.c     [all...]

Completed in 589 milliseconds