HomeSort by relevance Sort by last modified time
    Searched full:llvm (Results 926 - 950 of 24291) sorted by null

<<31323334353637383940>>

  /external/clang/test/CodeGenCXX/
2009-08-05-ZeroInitWidth.cpp 1 // RUN: %clang_cc1 -emit-llvm %s -o -
2010-06-22-ZeroBitfield.cpp 1 // RUN: %clang_cc1 -emit-llvm -g %s -o -
PR4983-constructor-conversion.cpp 1 // RUN: %clang_cc1 -emit-llvm-only %s
PR5093-static-member-function.cpp 1 // RUN: %clang_cc1 %s -emit-llvm -triple %itanium_abi_triple -o - | FileCheck %s
PR5834-constructor-conversion.cpp 1 // RUN: %clang_cc1 -emit-llvm -o - %s
__null.cpp 1 // RUN: %clang_cc1 %s -emit-llvm -o %t
assign-construct-memcpy.cpp 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin12 -emit-llvm -o - -std=c++11 %s -DPOD | FileCheck %s -check-prefix=CHECK-POD
2 // RUN: %clang_cc1 -triple x86_64-apple-darwin12 -emit-llvm -o - -std=c++11 %s | FileCheck %s -check-prefix=CHECK-NONPOD
26 // CHECK-POD: call void @llvm.memcpy.p0i8.p0i8.i64({{.*}}i64 24, i32 8
29 // CHECK-NONPOD: call void @llvm.memcpy.p0i8.p0i8.i64({{.*}}i64 24, i32 8
35 // CHECK-POD: call void @llvm.memcpy.p0i8.p0i8.i64({{.*}}i64 24, i32 8
38 // CHECK-NONPOD: call void @llvm.memcpy.p0i8.p0i8.i64({{.*}}i64 24, i32 8
45 // CHECK-POD: call void @llvm.memcpy.p0i8.p0i8.i64({{.*}}i64 24, i32 8
48 // CHECK-NONPOD: call void @llvm.memcpy.p0i8.p0i8.i64({{.*}}i64 24, i32 8
54 // CHECK-POD: call void @llvm.memcpy.p0i8.p0i8.i64({{.*}}i64 24, i32 8
57 // CHECK-NONPOD: call void @llvm.memcpy.p0i8.p0i8.i64({{.*}}i64 24, i32
    [all...]
block-destruct.cpp 1 // RUN: %clang_cc1 %s -fblocks -triple x86_64-apple-darwin -emit-llvm -o - | FileCheck %s
constructor-init-reference.cpp 1 // RUN: %clang_cc1 -triple %itanium_abi_triple -emit-llvm -o - %s | FileCheck %s
conversion-operator-base.cpp 1 // RUN: %clang_cc1 -emit-llvm-only %s -verify
cxx0x-initializer-scalars.cpp 1 // RUN: %clang_cc1 -std=c++11 -S -emit-llvm -o - %s | FileCheck %s
debug-info-nullptr.cpp 1 // RUN: %clang_cc1 -emit-llvm -std=c++11 -g %s -o -| FileCheck %s
debug-info-template-array.cpp 1 // RUN: %clang -emit-llvm -g -S %s -o -
debug-info-wchar.cpp 1 // RUN: %clang_cc1 -emit-llvm -g %s -o -| FileCheck %s
enum.cpp 1 // RUN: %clang_cc1 -emit-llvm-only -verify %s
eval-recursive-constant.cpp 1 // RUN: %clang_cc1 %s -emit-llvm-only
invalid.cpp 1 // RUN: not %clang_cc1 -g -emit-llvm %s
nrvo-noreturn.cc 1 // RUN: %clang_cc1 -emit-llvm-only %s
reference-bind-default-argument.cpp 1 // RUN: %clang_cc1 %s -emit-llvm-only -verify
static-assert.cpp 1 // RUN: %clang_cc1 %s -emit-llvm -o - -std=c++11 -verify
template-anonymous-union-member-initializer.cpp 1 // RUN: %clang_cc1 -emit-llvm -o %t %s
type-traits.cpp 1 // RUN: %clang_cc1 -emit-llvm-only -verify %s
virt-canonical-decl.cpp 1 // RUN: %clang_cc1 %s -emit-llvm-only
virt-dtor-key.cpp 1 // RUN: %clang_cc1 -triple %itanium_abi_triple -emit-llvm %s -o - | FileCheck %s
vtable-cast-crash.cpp 1 // RUN: %clang_cc1 -emit-llvm-only -triple %itanium_abi_triple %s

Completed in 313 milliseconds

<<31323334353637383940>>