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

  /frameworks/compile/slang/
slang_rs_check_ast.cpp 59 const clang::BuiltinType *ElementTy;
65 ElementTy = clang::dyn_cast_or_null<clang::BuiltinType>(
68 ElementTy = clang::dyn_cast_or_null<clang::BuiltinType>(
72 if (!ElementTy) {
90 switch (ElementTy->getKind()) {
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 114 virtual SVal ArrayToPointer(Loc Array, QualType ElementTy) = 0;
ProgramState.h 519 SVal ArrayToPointer(Loc Array, QualType ElementTy) {
520 return StoreMgr->ArrayToPointer(Array, ElementTy);
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 342 CAMLprim LLVMTypeRef llvm_array_type(LLVMTypeRef ElementTy, value Count) {
343 return LLVMArrayType(ElementTy, Int_val(Count));
347 CAMLprim LLVMTypeRef llvm_pointer_type(LLVMTypeRef ElementTy) {
348 return LLVMPointerType(ElementTy, 0);
352 CAMLprim LLVMTypeRef llvm_qualified_pointer_type(LLVMTypeRef ElementTy,
354 return LLVMPointerType(ElementTy, Int_val(AddressSpace));
358 CAMLprim LLVMTypeRef llvm_vector_type(LLVMTypeRef ElementTy, value Count) {
359 return LLVMVectorType(ElementTy, Int_val(Count));
662 CAMLprim LLVMValueRef llvm_const_array(LLVMTypeRef ElementTy,
664 return LLVMConstArray(ElementTy, (LLVMValueRef*) Op_val(ElementVals)
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
CGRecordLayoutBuilder.cpp     [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 380 SVal ArrayToPointer(Loc Array, QualType ElementTy);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/IR/
Core.cpp 697 LLVMValueRef LLVMConstArray(LLVMTypeRef ElementTy,
700 return wrap(ConstantArray::get(ArrayType::get(unwrap(ElementTy), Length), V));
    [all...]

Completed in 1197 milliseconds