HomeSort by relevance Sort by last modified time
    Searched defs:test (Results 151 - 175 of 9198) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/clang/test/CodeGen/
2003-08-20-PrototypeMismatch.c 13 void test() { function
2003-11-08-PointerSubNotGetelementptr.c 3 char *test(char* C) { function
2004-02-13-Memset.c 7 void test(int* X, char *Y) { function
asm-label.c 7 int *test(void) { function
sparcv9-dwarf.c 4 int test() { function
10 // CHECK-LABEL: define signext i32 @test()
  /external/clang/test/CodeGenCXX/
2003-11-02-WeakLinkage.cpp 11 void test() { function
switch-case-folding-2.cpp 5 int test(int val){ function
18 return test(5);
vararg-non-pod.cpp 12 void test(X x) { function
  /external/clang/test/Index/
complete-templates.cpp 13 void test() { function
17 // RUN: c-index-test -code-completion-at=%s:14:2 %s | FileCheck %s
  /external/clang/test/Lexer/
char-escapes.c 3 int test['\\' == 92 ? 1 : -1]; variable
4 int test['\"' == 34 ? 1 : -1]; variable
5 int test['\'' == 39 ? 1 : -1]; variable
6 int test['\?' == 63 ? 1 : -1]; variable
7 int test['\a' == 7 ? 1 : -1]; variable
8 int test['\b' == 8 ? 1 : -1]; variable
9 int test['\e' == 27 ? 1 : -1]; // expected-warning {{non-standard escape}} variable
10 int test['\E' == 27 ? 1 : -1]; // expected-warning {{non-standard escape}} variable
11 int test['\f' == 12 ? 1 : -1]; variable
12 int test['\n' == 10 ? 1 : -1] variable
13 int test['\\r' == 13 ? 1 : -1]; variable
14 int test['\\t' == 9 ? 1 : -1]; variable
15 int test['\\v' == 11 ? 1 : -1]; variable
16 int test['\\xa' == 10 ? 1 : -1]; variable
17 int test['\\1' == 1 ? 1 : -1]; variable
18 int test['\\(' == 40 ? 1 : -1]; \/\/ expected-warning {{non-standard escape}} variable
19 int test['\\{' == 123 ? 1 : -1]; \/\/ expected-warning {{non-standard escape}} variable
20 int test['\\[' == 91 ? 1 : -1]; \/\/ expected-warning {{non-standard escape}} variable
21 int test['\\%' == 37 ? 1 : -1]; \/\/ expected-warning {{non-standard escape}} variable
    [all...]
  /external/clang/test/Misc/
diag-verify.cpp 3 // Test the -verify flag. Each of the "x = y;" lines will produce a
6 void test() { function
include-stack-for-note-flag.cpp 8 int test() { function
  /external/clang/test/PCH/
local_static.cpp 2 // Test this without PCH.
6 // Test with PCH.
11 void test(Bar &b) { function
  /external/clang/test/Parser/
pragma-loop-safety.cpp 6 void test(int *List, int Length) { function
  /external/clang/test/Sema/
attr-availability-watchos.c 13 void test() { function
25 // Test watchOS specific attributes.
builtin-assume.c 17 int test = sizeof(struct{char qq[(__assume(i != 5), 7)];}); local
26 int test = sizeof(struct{char qq[(__builtin_assume(i != 5), 7)];});
format-strings-fixit-ssize_t.c 6 /* This is a test of the various code modification hints that are
13 void test() { function
format-strings-size_t.c 5 void test(void) { function
warn-write-strings.c 8 void test(wchar_t *dst) { function
  /external/clang/test/SemaCXX/
do-while-scope.cpp 4 void test() { function
exception-spec.cpp 6 void test() { foo(0); } function in namespace:MissingOnTemplate
warn-absolute-value-header.cpp 14 void test(long long ll, double d, int i, float f) { function
writable-strings-deprecated.cpp 32 void test(bool b) function
  /external/clang/test/SemaTemplate/
instantiate-expr-6.cpp 9 void test() { function
  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
A.java 16 package test; package

Completed in 649 milliseconds

1 2 3 4 5 67 8 91011>>