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

  /art/compiler/sea_ir/types/
type_inference_visitor.h 65 const Type* single_type = crt_type_.at(0); local
67 return single_type;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_swizzle.c 521 LLVMTypeRef single_type; local
529 single_type = lp_build_vec_type(gallivm, single_type_lp);
550 dst[0] = LLVMBuildBitCast(gallivm->builder, dst[0], single_type, "dst0");
551 dst[1] = LLVMBuildBitCast(gallivm->builder, dst[1], single_type, "dst1");
552 dst[2] = LLVMBuildBitCast(gallivm->builder, dst[2], single_type, "dst2");
553 dst[3] = LLVMBuildBitCast(gallivm->builder, dst[3], single_type, "dst3");
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_swizzle.c 521 LLVMTypeRef single_type; local
529 single_type = lp_build_vec_type(gallivm, single_type_lp);
550 dst[0] = LLVMBuildBitCast(gallivm->builder, dst[0], single_type, "dst0");
551 dst[1] = LLVMBuildBitCast(gallivm->builder, dst[1], single_type, "dst1");
552 dst[2] = LLVMBuildBitCast(gallivm->builder, dst[2], single_type, "dst2");
553 dst[3] = LLVMBuildBitCast(gallivm->builder, dst[3], single_type, "dst3");
  /external/chromium/chrome/common/
json_schema_validator.cc 339 DictionaryValue* single_type = NULL; local
341 if (schema->GetDictionary("items", &single_type)) {
367 Validate(item, single_type, item_path);
  /external/chromium_org/chrome/common/json_schema/
json_schema_validator.cc 556 const base::DictionaryValue* single_type = NULL; local
558 if (schema->GetDictionary(schema::kItems, &single_type)) {
584 Validate(item, single_type, item_path);

Completed in 196 milliseconds