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

  /external/llvm/utils/vim/syntax/
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 token
20 syn match llvmType /\<i\d\+\>/
174 syn match llvmType /!\zs\a\+\ze\s*(/
196 HiLink llvmType Type
  /external/swiftshader/third_party/LLVM/utils/vim/
llvm.vim 17 syn keyword llvmType void float double
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/
SwiftCallingConv.cpp 97 auto llvmType = CGM.getTypes().ConvertType(type);
98 addTypedData(llvmType, begin);
CGBlocks.cpp 354 llvm::Type *llvmType = CGM.getTypes().ConvertType(thisType);
361 nullptr, llvmType));
439 llvm::Type *llvmType =
442 layout.push_back(BlockLayoutChunk(align, size, lifetime, &CI, llvmType));
    [all...]
CGExpr.cpp     [all...]

Completed in 164 milliseconds