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 half float double x86_fp80 fp128 ppc_fp128
18 syn keyword llvmType label metadata x86_mmx
19 syn keyword llvmType type label opaque
20 syn match llvmType /\<i\d\+\>/
90 HiLink llvmType Type
  /external/clang/lib/CodeGen/
CGBlocks.cpp 362 llvm::Type *llvmType = CGM.getTypes().ConvertType(thisType);
369 0, llvmType));
384 llvm::Type *llvmType = CGM.getTypes().ConvertType(byRefPtrTy);
391 &*ci, llvmType));
446 llvm::Type *llvmType =
449 layout.push_back(BlockLayoutChunk(align, size, lifetime, &*ci, llvmType));
    [all...]
CGExpr.cpp     [all...]

Completed in 108 milliseconds