Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/X86/
D2010-02-04-SchedulerBug.ll4 %struct.a_t = type { i8*, i64*, i8*, i32, i32, i64*, i64*, i64* }
13 %4 = getelementptr inbounds %struct.a_t, %struct.a_t* null, i32 0, i32 7 ; <i64**> [#uses=1]
/external/selinux/libsepol/tests/policies/test-deps/
Dmodreq-bool-global.conf10 type a_t;
14 allow a_t b_t : file { read write };
Dmodreq-perm-global.conf8 type a_t;
10 allow a_t b_t: msg { send receive };
Dmodreq-bool-opt.conf15 type a_t;
20 allow a_t b_t : file { read write };
Dmodreq-role-global.conf9 type a_t;
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2010-02-04-SchedulerBug.ll4 %struct.a_t = type { i8*, i64*, i8*, i32, i32, i64*, i64*, i64* }
13 %4 = getelementptr inbounds %struct.a_t* null, i32 0, i32 7 ; <i64**> [#uses=1]
/external/selinux/secilc/test/
Dintegration.cil208 (type a_t)
215 (allow a_t b_t (file (write))))
217 (allow a_t b_t (file (execute)))))
220 (allow a_t b_t (file (read))))))
/external/eigen/Eigen/src/Geometry/
DAlignedBox.h241 EIGEN_DEVICE_FUNC inline AlignedBox& translate(const MatrixBase<Derived>& a_t) in translate() argument
243 const typename internal::nested_eval<Derived,2>::type t(a_t.derived()); in translate()