Home
last modified time | relevance | path

Searched refs:t2a (Results 1 – 8 of 8) sorted by relevance

/external/selinux/secilc/test/
Din_test.cil49 (type t2a)
55 (allow t2a self (CLASS (PERM1)))
59 (allow t2a self (CLASS (PERM2)))
63 (allow t2a self (CLASS (PERM3)))
127 ;; t2a, t2b
135 ;; allow t2a t2a : CLASS { PERM1 PERM2 PERM3 };
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dp1.cpp7 Tuple<int, char> *t2a; variable
8 Tuple<int, float> *t2b = t2a; // expected-error{{cannot initialize a variable of type 'Tuple<int, f…
/external/llvm/test/CodeGen/NVPTX/
Dvector-compare.ll15 %t2a = zext i1 %t2 to i32
17 store i32 %t2a, i32* %r2
/external/llvm/test/CodeGen/PowerPC/
Dfast-isel-fold.ll27 define void @t2a() nounwind {
28 ; ELF64: t2a
Dfast-isel-cmp-imm.ll42 define void @t2a(double %a) nounwind {
44 ; ELF64: t2a
/external/llvm/test/CodeGen/ARM/
Dfast-isel-cmp-imm.ll44 define void @t2a(double %a) uwtable ssp {
46 ; ARM: t2a
47 ; THUMB: t2a
/external/clang/test/Coverage/
Dc-language-features.inc90 ipair t2a = { .second = 2 };
/external/deqp/modules/glshared/
DglsFboUtil.cpp384 else if (const Texture2DArray* t2a = dynamic_cast<const Texture2DArray*>(&cfg)) in glInit() local
385 glInitLayered(*t2a, 1, gl); in glInit()