HomeSort by relevance Sort by last modified time
    Searched defs:T7 (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/clang/test/Index/
complete-documentation.cpp 22 void T7();
28 void T6::T7() {
50 // CHECK-CC3: CXXMethod:{ResultType void}{TypedText T7}{LeftParen (}{RightParen )} (34)(brief comment: Fff.)
complete-documentation-templates.cpp 36 /// This is T7.
37 int T7;
119 // CHECK-CC3: FieldDecl:{ResultType int}{TypedText T7}{{.*}}(brief comment: This is T7.)
  /external/clang/test/Preprocessor/
assembler-with-cpp.c 59 #define T7(x) T7 #x
61 9: T7(foo)
63 // CHECK-Identifiers-True: 9: T7 "foo"
  /external/clang/test/SemaCXX/
access-base-class.cpp 82 namespace T7 {
trivial-constructor.cpp 32 struct T7 {
35 static_assert(!__has_trivial_constructor(T7), "t4 does not have a trivial constructor!");
trivial-destructor.cpp 32 struct T7 {
35 static_assert(!__has_trivial_destructor(T7), "t2 does not have a trivial destructor!");
attr-mode-tmpl.cpp 19 typedef enum { A7, B7 } __attribute__((mode(V2QI))) T7; // expected-error{{mode 'V2QI' is not supported for enumeration types}}
42 typedef T __attribute__((mode(II))) T7; // expected-error{{unknown machine mode}}
undefined-internal.cpp 285 class T7 {};
302 Cls2(T7); // expected-warning {{function 'test12::(anonymous namespace)::Cls2::Cls2' has internal linkage but is not defined}}
316 Cls2 obj1((T7())); // expected-note {{used here}}
virtual-override.cpp 95 namespace T7 {
  /prebuilts/go/darwin-x86/test/
map1.go 50 _ map[T7]v
61 type T7 *T4
62 type T8 struct { F *T7 }
  /prebuilts/go/linux-x86/test/
map1.go 50 _ map[T7]v
61 type T7 *T4
62 type T8 struct { F *T7 }
  /prebuilts/go/darwin-x86/src/math/
exp_amd64.s 31 #define T7 2.4801587301587301587e-5
59 MOVSD $T7, X1
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug336.go 21 type T6 T7
22 type T7 T8
61 _ = &T7{&T4{}}
  /prebuilts/go/linux-x86/src/math/
exp_amd64.s 31 #define T7 2.4801587301587301587e-5
59 MOVSD $T7, X1
  /prebuilts/go/linux-x86/test/fixedbugs/
bug336.go 21 type T6 T7
22 type T7 T8
61 _ = &T7{&T4{}}
  /external/clang/test/CodeGen/
tbaa-struct.cpp 31 typedef _Complex int T7;
32 typedef struct T4 { T5 field0; T7 field1; } T4;
  /external/swiftshader/src/Renderer/
Vertex.hpp 37 T7 = 10,
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
k_tanl.c 33 T7 = 0x1.ba1ba1ba1ba1ba1ba1ba1b694cd6p-5L,
90 v = z * (T7 + w * (T11 + w * (T15 + w * (T19 + w * (T23 +
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_tanhl.c 53 T7 = -5.3968253968210485e-2, /* -0x1ba1ba1ba1a1a1.0p-57 */
68 T7 = -5.39682539682539682539682535723482314e-2L, /* -0x1ba1ba1ba1ba1ba1ba1ba17b5fc98.0p-117L */
141 ((T11*x2 + T9)*x4 + (T7*x2 + T5))*(x2*x*x2) +
148 T15)*x2 + T13)*x2 + T11)*x2 + T9)*x2 + T7)*x2 + T5)*
154 T15)*x2 + T13)*x2 + T11)*x2 + T9)*x2 + T7)*x2 + T5)*
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/testdata/
exports.go 37 T7 <-chan *ast.File
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/testdata/
exports.go 37 T7 <-chan *ast.File
  /art/runtime/arch/mips/
registers_mips.h 45 T7 = 15,
  /development/ndk/platforms/android-21/arch-mips/include/machine/
regnum.h 51 #define T7 15
  /development/ndk/platforms/android-21/arch-mips64/include/machine/
regnum.h 51 #define T7 15
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regnum.h 51 #define T7 15

Completed in 859 milliseconds

1 2 3 4