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

  /external/llvm/utils/vim/
llvm.vim 17 syn keyword llvmType void float double half
18 syn keyword llvmType x86_fp80 fp128 ppc_fp128
19 syn keyword llvmType type label opaque
20 syn match llvmType /\<i\d\+\>/
92 HiLink llvmType Type
  /external/clang/lib/CodeGen/
CGBlocks.cpp 315 llvm::Type *llvmType = CGM.getTypes().ConvertType(thisType);
320 layout.push_back(BlockLayoutChunk(tinfo.second, tinfo.first, 0, llvmType));
335 llvm::Type *llvmType = CGM.getTypes().ConvertType(byRefPtrTy);
341 &*ci, llvmType));
393 llvm::Type *llvmType =
396 layout.push_back(BlockLayoutChunk(align, size, &*ci, llvmType));
    [all...]
CGExpr.cpp     [all...]

Completed in 164 milliseconds