Home
last modified time | relevance | path

Searched refs:typed (Results 1 – 25 of 189) sorted by relevance

12345678

/external/llvm/test/CodeGen/AMDGPU/
Dstore_typed.ll10 call void @llvm.r600.rat.store.typed(<4 x i32> %data, <4 x i32> %index, i32 0)
20 call void @llvm.r600.rat.store.typed(<4 x i32> %data, <4 x i32> %index, i32 11)
24 declare void @llvm.r600.rat.store.typed(<4 x i32>, <4 x i32>, i32)
/external/protobuf/gtest/
DMakefile.am26 src/gtest-typed-test.cc
64 test/gtest-typed-test_test.cc \
65 test/gtest-typed-test2_test.cc \
66 test/gtest-typed-test_test.h \
192 include/gtest/gtest-typed-test.h
/external/vulkan-validation-layers/tests/gtest-1.7.0/
DMakefile.am29 src/gtest-typed-test.cc \
65 test/gtest-typed-test2_test.cc \
66 test/gtest-typed-test_test.cc \
67 test/gtest-typed-test_test.h \
194 include/gtest/gtest-typed-test.h \
DCMakeLists.txt137 cxx_test(gtest-typed-test_test gtest_main
138 test/gtest-typed-test2_test.cc)
/external/google-breakpad/src/testing/gtest/
DMakefile.am28 src/gtest-typed-test.cc \
63 test/gtest-typed-test2_test.cc \
64 test/gtest-typed-test_test.cc \
65 test/gtest-typed-test_test.h \
192 include/gtest/gtest-typed-test.h \
DCMakeLists.txt135 cxx_test(gtest-typed-test_test gtest_main
136 test/gtest-typed-test2_test.cc)
/external/doclava/src/com/google/doclava/
DTypeInfo.java525 public static Map<String, TypeInfo> getTypeArgumentMapping(TypeInfo generic, TypeInfo typed) { in getTypeArgumentMapping() argument
528 if (typed.typeArguments() != null && typed.typeArguments().size() > i) { in getTypeArgumentMapping()
529 map.put(generic.typeArguments().get(i).simpleTypeName(), typed.typeArguments().get(i)); in getTypeArgumentMapping()
539 public static Map<String, TypeInfo> getTypeArgumentMapping(ClassInfo cls, TypeInfo typed) { in getTypeArgumentMapping() argument
540 return getTypeArgumentMapping(cls.asTypeInfo(), typed); in getTypeArgumentMapping()
/external/snakeyaml/src/test/resources/pyyaml/
Dconstruct-set.data1 # Explicitly typed set.
Dconstruct-pairs.data1 # Explicitly typed pairs.
Dconstruct-omap.data1 # Explicitly typed ordered map (dictionary).
/external/llvm/test/YAMLParser/
Dconstruct-set.test3 # Explicitly typed set.
Dconstruct-pairs.test3 # Explicitly typed pairs.
Dconstruct-omap.test3 # Explicitly typed ordered map (dictionary).
/external/llvm/test/CodeGen/X86/
Dfunction-alias.ll8 ; function-typed alias
Dvec_return.ll3 ; Without any typed operations, always use the smaller xorps.
/external/mesa3d/src/gtest/
DMakefile.am39 src/gtest-typed-test.cc
/external/v8/testing/
Dgtest.gyp18 'gtest/include/gtest/gtest-typed-test.h',
38 'gtest/src/gtest-typed-test.cc',
/external/v8/build/secondary/testing/gtest/
DBUILD.gn81 "include/gtest/gtest-typed-test.h",
102 "src/gtest-typed-test.cc",
/external/pdfium/testing/
Dgtest.gyp25 'gtest/include/gtest/gtest-typed-test.h',
45 'gtest/src/gtest-typed-test.cc',
/external/llvm/test/Transforms/LoopVectorize/
Dptr-induction.ll5 ; This testcase causes SCEV to return a pointer-typed exit value.
/external/vulkan-validation-layers/
Dvulkan.py100 def c_decl(self, name, attr="", typed=False, need_param_names=True): argument
102 if typed:
140 return self.c_decl(self.name + suffix, attr=attr, typed=True)
144 return self.c_decl(prefix + self.name, attr=attr, typed=False)
/external/llvm/docs/HistoricalNotes/
D2001-07-06-LoweringIRForCodeGen.txt17 form and typed. This means that we can re-generate core VM code from the
/external/clang/test/CodeGenObjC/
Dobjc-fixed-enum.m46 // -treated as C++11 strongly typed enums.
/external/llvm/test/Transforms/DeadArgElim/
Dmultdeadretval.ll2 ; are unused. All unused values are typed i16, so we can easily check. We also
/external/clang/test/SemaObjC/
Dmessage.m40 // a statically typed object's class interface isn't in scope! This

12345678