HomeSort by relevance Sort by last modified time
    Searched full:fblocks (Results 1 - 25 of 608) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
kr-style-block.c 1 // RUN: %clang_cc1 -emit-llvm %s -o %t -fblocks
blocks-aligned-byref-variable.c 1 // RUN: %clang_cc1 -emit-llvm -o - -triple x86_64-apple-darwin10 -fblocks %s
2 // RUN: %clang_cc1 -emit-llvm -o - -triple i386-apple-darwin10 -fblocks %s
blocks-windows.c 1 // RUN: %clang_cc1 -triple thumbv7-windows -fblocks -fdeclspec -DBLOCKS_IN_BLOCKS_DECL -S -emit-llvm %s -o - | FileCheck %s -check-prefix CHECK-BLOCKS-IN-BLOCKS-DECL
2 // RUN: %clang_cc1 -triple thumbv7-windows -fblocks -fdeclspec -DBLOCKS_IN_BLOCKS_DEFN -S -emit-llvm %s -o - | FileCheck %s -check-prefix CHECK-BLOCKS-IN-BLOCKS-DEFN
3 // RUN: %clang_cc1 -triple thumbv7-windows -fblocks -fdeclspec -S -emit-llvm %s -o - | FileCheck %s -check-prefix CHECK-BLOCKS-NOT-IN-BLOCKS
4 // RUN: %clang_cc1 -triple thumbv7-windows -fblocks -fdeclspec -DBLOCKS_NOT_IN_BLOCKS_EXTERN -S -emit-llvm %s -o - | FileCheck %s -check-prefix CHECK-BLOCKS-NOT-IN-BLOCKS-EXTERN
5 // RUN: %clang_cc1 -triple thumbv7-windows -fblocks -fdeclspec -DBLCOKS_NOT_IN_BLOCKS_EXTERN_DLLIMPORT -S -emit-llvm %s -o - | FileCheck %s -check-prefix CHECK-BLOCKS-NOT-IN-BLOCKS-EXTERN-DLLIMPORT
6 // RUN: %clang_cc1 -triple thumbv7-windows -fblocks -fdeclspec -DBLCOKS_NOT_IN_BLOCKS_DLLIMPORT -S -emit-llvm %s -o - | FileCheck %s -check-prefix CHECK-BLOCKS-NOT-IN-BLOCKS-DLLIMPORT
8 // RUN: %clang_cc1 -triple thumbv7-windows -fblocks -fdeclspec -DBLOCKS_IN_BLOCKS_DECL -Os -S -emit-llvm %s -o - | FileCheck %s -check-prefix CHECK-BLOCKS-IN-BLOCKS-DECL
9 // RUN: %clang_cc1 -triple thumbv7-windows -fblocks -fdeclspec -DBLOCKS_IN_BLOCKS_DEFN -Os -S -emit-llvm %s -o - | FileCheck %s -check-prefix CHECK-BLOCKS-IN-BLOCKS-DEFN
10 // RUN: %clang_cc1 -triple thumbv7-windows -fblocks -fdeclspec -Os -S -emit-llvm %s -o - | FileCheck %s -check-prefix CHECK-BLOCKS-NOT-IN-BLOCKS
11 // RUN: %clang_cc1 -triple thumbv7-windows -fblocks -fdeclspec -DBLOCKS_NOT_IN_BLOCKS_EXTERN -Os -S -emit-llvm %s -o - | FileCheck %s -check-prefix CH (…)
    [all...]
  /external/clang/test/SemaCXX/
ns_returns_retained_block_return.cpp 1 // RUN: %clang_cc1 -fblocks -fsyntax-only -verify %s
2 // RUN: %clang_cc1 -fblocks -fobjc-arc -fsyntax-only -verify %s
  /external/clang/test/PCH/
blocks.c 2 // RUN: %clang_cc1 -fblocks -include %S/blocks.h -fsyntax-only -emit-llvm -o - %s
5 // RUN: %clang_cc1 -emit-pch -fblocks -o %t %S/blocks.h
6 // RUN: %clang_cc1 -fblocks -include-pch %t -fsyntax-only -emit-llvm -o - %s
objc_exprs.m 2 // RUN: %clang_cc1 -fblocks -include %S/objc_exprs.h -fsyntax-only -verify %s
5 // RUN: %clang_cc1 -x objective-c-header -emit-pch -fblocks -o %t %S/objc_exprs.h
6 // RUN: %clang_cc1 -fblocks -include-pch %t -fsyntax-only -verify %s
arc.m 3 // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin11 -fobjc-arc -include %S/Inputs/arc.h -fsyntax-only -emit-llvm-only %s
6 // RUN: %clang_cc1 -emit-pch -fblocks -triple x86_64-apple-darwin11 -fobjc-arc -x objective-c-header -o %t %S/Inputs/arc.h
7 // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin11 -fobjc-arc -include-pch %t -fsyntax-only -emit-llvm-only %s
10 // RUN: not %clang_cc1 -fblocks -triple x86_64-apple-darwin11 -include-pch %t -fsyntax-only -emit-llvm-only %s 2>&1 | FileCheck -check-prefix=CHECK-ERR1 %s
11 // RUN: %clang_cc1 -emit-pch -fblocks -triple x86_64-apple-darwin11 -x objective-c-header -o %t %S/Inputs/arc.h
12 // RUN: not %clang_cc1 -fblocks -triple x86_64-apple-darwin11 -fobjc-arc -include-pch %t -fsyntax-only -emit-llvm-only %s 2>&1 | FileCheck -check-prefix=CHECK-ERR2 %s
  /external/clang/test/CodeGenCXX/
block-destruct.cpp 1 // RUN: %clang_cc1 %s -fblocks -triple x86_64-apple-darwin -emit-llvm -o - | FileCheck %s
block.cpp 1 // RUN: %clang_cc1 %s -triple %itanium_abi_triple -emit-llvm -o - -fblocks
2 // RUN: %clang_cc1 %s -triple %ms_abi_triple -fno-rtti -emit-llvm -o - -fblocks
  /external/clang/test/Parser/
recovery.m 1 // RUN: %clang_cc1 -fsyntax-only -verify -pedantic -fblocks %s
  /external/clang/test/Sema/
block-return-1.c 1 // RUN: %clang_cc1 -fsyntax-only %s -verify -fblocks
block-return-2.c 1 // RUN: %clang_cc1 -fsyntax-only %s -verify -fblocks
block-return-3.c 1 // RUN: %clang_cc1 -fsyntax-only %s -verify -fblocks
warn-shift-negative.c 1 // RUN: %clang_cc1 -fsyntax-only -Wshift-count-negative -fblocks -verify %s
warn-unused-parameters.c 1 // RUN: %clang_cc1 -fblocks -fsyntax-only -Wunused-parameter %s 2>&1 | FileCheck %s
2 // RUN: %clang_cc1 -fblocks -fsyntax-only -Wunused %s 2>&1 | FileCheck -check-prefix=CHECK-unused %s
24 // RUN: %clang_cc1 -fblocks -fsyntax-only -Weverything %s 2>&1 | FileCheck -check-prefix=CHECK-everything %s
25 // RUN: not %clang_cc1 -fblocks -fsyntax-only -Weverything -Werror %s 2>&1 | FileCheck -check-prefix=CHECK-everything-error %s
26 // RUN: %clang_cc1 -fblocks -fsyntax-only -Weverything -Wno-unused %s 2>&1 | FileCheck -check-prefix=CHECK-everything-no-unused %s
  /external/clang/test/ARCMT/
dispatch.m.result 1 // RUN: %clang_cc1 -fblocks -fsyntax-only -fobjc-arc -x objective-c %s.result
2 // RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fblocks -fsyntax-only -x objective-c %s > %t
block_copy_release.m 1 // RUN: %clang_cc1 -fblocks -fsyntax-only -fobjc-arc -x objective-c %s.result
2 // RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fblocks -fsyntax-only -x objective-c %s > %t
block_copy_release.m.result 1 // RUN: %clang_cc1 -fblocks -fsyntax-only -fobjc-arc -x objective-c %s.result
2 // RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fblocks -fsyntax-only -x objective-c %s > %t
dispatch.m 1 // RUN: %clang_cc1 -fblocks -fsyntax-only -fobjc-arc -x objective-c %s.result
2 // RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fblocks -fsyntax-only -x objective-c %s > %t
  /external/clang/test/FixIt/
fixit-missing-self-in-block.m 2 // RUN: %clang_cc1 -x objective-c -fobjc-arc -fblocks -fixit %t
3 // RUN: %clang_cc1 -x objective-c -fobjc-arc -fblocks -Werror %t
fixit-nullability-declspec.cpp 1 // RUN: %clang_cc1 -fblocks -Werror=nullability-declspec -x c++ -verify %s
4 // RUN: not %clang_cc1 -fixit -fblocks -Werror=nullability-declspec -x c++ %t
5 // RUN: %clang_cc1 -fblocks -Werror=nullability-declspec -x c++ %t
  /external/clang/test/SemaObjC/
arc-unsafe_unretained.m 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -verify -fblocks %s
2 // RUN: %clang_cc1 -fsyntax-only -verify -fblocks -fobjc-arc %s
  /external/skia/src/gpu/
GrBufferAllocPool.cpp 43 : fBlocks(8) {
57 if (fBlocks.count()) {
58 GrBuffer* buffer = fBlocks.back().fBuffer;
60 UNMAP_BUFFER(fBlocks.back());
63 while (!fBlocks.empty()) {
88 BufferBlock& block = fBlocks.back();
93 this->flushCpuData(fBlocks.back(), flushSize);
104 SkASSERT(!fBlocks.empty());
105 if (fBlocks.back().fBuffer->isMapped()) {
106 GrBuffer* buf = fBlocks.back().fBuffer
    [all...]
  /external/skqp/src/gpu/
GrBufferAllocPool.cpp 43 : fBlocks(8) {
57 if (fBlocks.count()) {
58 GrBuffer* buffer = fBlocks.back().fBuffer;
60 UNMAP_BUFFER(fBlocks.back());
63 while (!fBlocks.empty()) {
88 BufferBlock& block = fBlocks.back();
93 this->flushCpuData(fBlocks.back(), flushSize);
104 SkASSERT(!fBlocks.empty());
105 if (fBlocks.back().fBuffer->isMapped()) {
106 GrBuffer* buf = fBlocks.back().fBuffer
    [all...]
  /external/clang/test/CodeGenObjC/
stret.m 1 // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin9 %s -emit-llvm -o - | FileCheck %s -check-prefix=X86
2 // RUN: %clang_cc1 -fblocks -triple arm-apple-darwin %s -emit-llvm -o - | FileCheck %s -check-prefix=ARM
3 // RUN: %clang_cc1 -fblocks -triple arm64-apple-darwin %s -emit-llvm -o - | FileCheck %s -check-prefix=ARM64

Completed in 485 milliseconds

1 2 3 4 5 6 7 8 91011>>