HomeSort by relevance Sort by last modified time
    Searched refs:SType (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/CodeGen/
CGExprConstant.cpp 769 llvm::StructType *SType = llvm::StructType::get(AType->getContext(),
771 return llvm::ConstantStruct::get(SType, Elts);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
tdikrnl.h 818 * IN UINT SType,
822 Irp, DevObj, FileObj, CompRoutine, Contxt, SType, MdlAddr) \
834 _Request->SetType = (ULONG)(SType); \
    [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp 851 StringRecTy *SType = dyn_cast<StringRecTy>(LHSt->getType());
852 if (!LType && !SType) {
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 280 Type *SType = SVT.getTypeForEVT(*DAG.getContext());
281 LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC, SType));
    [all...]

Completed in 990 milliseconds