HomeSort by relevance Sort by last modified time
    Searched full:temporary (Results 201 - 225 of 4014) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/test/Rewriter/
rewrite-modern-block.mm 2 // RUN: %clang_cc1 -fsyntax-only -Werror -Wno-address-of-temporary -D"Class=void*" -D"id=void*" -D"SEL=void*" -U__declspec -D"__declspec(X)=" %t-rw.cpp
rewrite-modern-ivars.mm 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"Class=void*" -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
rewrite-modern-nested-ivar.mm 4 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"Class=void*" -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
rewrite-modern-private-ivars.mm 2 // RUN: %clang_cc1 -Werror -fsyntax-only -Wno-address-of-temporary -Wno-c++11-narrowing -std=c++11 -D"Class=void*" -D"id=void*" -D"SEL=void*" -U__declspec -D"__declspec(X)=" %t-rw.cpp
rewrite-modern-struct-ivar-1.mm 2 // RUN: %clang_cc1 -Werror -fsyntax-only -Wno-address-of-temporary -Wno-c++11-narrowing -std=c++11 -D"Class=void*" -D"id=void*" -D"SEL=void*" -U__declspec -D"__declspec(X)=" %t-rw.cpp
rewrite-modern-try-catch-finally.m 2 // RUN: %clang_cc1 -fsyntax-only -fcxx-exceptions -fexceptions -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
rewrite-modern-typeof.mm 3 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -Wno-attributes -D"Class=void*" -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
rewrite-protocol-qualified.mm 2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"SEL=void*" -D"id=void*" -D"__declspec(X)=" %t-rw.cpp
rewrite-super-message.mm 2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -DKEEP_ATTRIBUTES -D"id=struct objc_object *" -D"Class=struct objc_class *" -D"SEL=void*" -D"__declspec(X)=" -emit-llvm -o - %t-rw.cpp | FileCheck %t-rw.cpp
  /external/clang/test/SemaCXX/
builtins.cpp 39 S *ptmp = __builtin_addressof(S{}); // expected-error {{taking the address of a temporary}}
cxx98-compat-pedantic.cpp 74 const Private &a = Private(); // expected-warning {{copying variable of type 'CopyCtorIssues::Private' when binding a reference to a temporary would invoke an inaccessible constructor in C++98}}
75 const NoViable &b = NoViable(); // expected-warning {{copying variable of type 'CopyCtorIssues::NoViable' when binding a reference to a temporary would find no viable constructor in C++98}}
77 const Ambiguous &c = Ambiguous(); // expected-warning {{copying variable of type 'CopyCtorIssues::Ambiguous' when binding a reference to a temporary would find ambiguous constructors in C++98}}
79 const Deleted &d = Deleted(); // expected-warning {{copying variable of type 'CopyCtorIssues::Deleted' when binding a reference to a temporary would invoke a deleted constructor in C++98}}
unreachable-code.cpp 56 // temporary objects.
  /external/elfutils/src/libasm/
asm_begin.c 141 right away. Instead we create a temporary file in the same
154 /* Create the name of the temporary file. */
159 /* Create the temporary file. */
173 /* Initialize the counter for temporary symbols. */
libasmP.h 140 /* File descriptor of the temporary file. */
149 /* ELF descriptor of the temporary file. */
179 /* Counter for temporary symbols. */
184 /* The name of the temporary file. */
  /external/icu/icu4c/source/i18n/
currfmt.h 25 * Temporary internal concrete subclass of MeasureFormat implementing
  /external/libcxx/test/libcxx/
util.py 15 # Creates and yeilds a temporary filename within a with statement. The file
  /external/libxml2/
trionan.h 70 /* Temporary fix - these 2 routines not used in libxml */
  /external/llvm/test/CodeGen/AArch64/
regress-tail-livereg.ll 12 ; want that: the final "br xN" has to use a temporary or argument
  /external/mesa3d/src/glsl/
lower_output_reads.cpp 35 * This pass creates temporary shadow copies of every (used) shader output,
94 /* If we don't have an existing temporary, create one. */
102 /* Update the dereference to use the temporary */
109 * Create an assignment to copy a temporary value back to the actual output.
  /external/mockito/
update_source.sh 24 trap "echo \"Removing temporary directory\"; rm -rf $working_dir" EXIT
  /external/okhttp/okio/
deploy_javadoc.sh 11 # Delete any existing temporary website clone
  /external/proguard/src/proguard/classfile/
VisitorAccepter.java 28 * visitors to set and get any temporary information they desire on the
  /external/skia/experimental/SimpleiOSApp/iPad/
AppDelegate_iPad.m 31 Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
  /external/skia/include/core/
SkDrawFilter.h 22 * current draw, as a temporary copy of the paint is used.
  /external/skia/platform_tools/android/tests/
gyp_to_android_tests.py 29 # Create a temporary directory for storing the output (Android.mk)

Completed in 485 milliseconds

1 2 3 4 5 6 7 891011>>