HomeSort by relevance Sort by last modified time
    Searched refs:llvmType (Results 1 - 3 of 3) 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
20 syn match llvmType /\<i\d\+\>/
80 syn match llvmType /!\zs\a\+\ze\s*(/
102 HiLink llvmType Type
  /external/clang/lib/CodeGen/
CGBlocks.cpp 349 llvm::Type *llvmType = CGM.getTypes().ConvertType(thisType);
356 nullptr, llvmType));
434 llvm::Type *llvmType =
437 layout.push_back(BlockLayoutChunk(align, size, lifetime, &CI, llvmType));
    [all...]
CGExpr.cpp     [all...]

Completed in 159 milliseconds