/external/clang/test/Rewriter/ |
rewrite-foreach-5.m | 1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc %s -o %t-rw.cpp
|
rewrite-forward-class.mm | 1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc %s -o %t-rw.cpp
|
rewrite-nested-blocks-1.mm | 1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc %s -o %t-rw.cpp
|
rewrite-nested-property-in-blocks.mm | 1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc %s -o %t-rw.cpp
|
rewrite-protocol-qualified.mm | 1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc %s -o %t-rw.cpp
|
rewrite-typeof.mm | 1 // RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-objc %s -o %t-rw.cpp
|
/external/kernel-headers/original/linux/ |
tegra_rpc.h | 7 * Based on original code from NVIDIA, and a partial rewrite by:
|
/external/llvm/test/Transforms/IndVarSimplify/ |
complex-scev.ll | 4 ; RUN: opt < %s -indvars -S -enable-iv-rewrite | FileCheck %s
|
iv-zext.ll | 2 ; RUN: opt < %s -indvars -enable-iv-rewrite=false -S | FileCheck %s
|
preserve-gep-remainder.ll | 1 ; RUN: opt < %s -indvars -S -enable-iv-rewrite | FileCheck %s
|
2011-09-10-widen-nsw.ll | 1 ; RUN: opt < %s -indvars -enable-iv-rewrite=false -S | FileCheck %s
|
preserve-gep-loop-variant.ll | 1 ; RUN: opt < %s -indvars -S -enable-iv-rewrite | FileCheck %s
|
preserve-signed-wrap.ll | 2 ; RUN: opt < %s -indvars -enable-iv-rewrite=false -S | FileCheck %s
|
/external/pcre/ |
pcrecpp.cc | 331 bool RE::Replace(const StringPiece& rewrite, 339 if (!Rewrite(&s, rewrite, *str, vec, matches)) 380 int RE::GlobalReplace(const StringPiece& rewrite, 440 Rewrite(&out, rewrite, *str, vec, matches); 456 bool RE::Extract(const StringPiece& rewrite, 464 return Rewrite(out, rewrite, text, vec, matches); 613 bool RE::Rewrite(string *out, const StringPiece &rewrite [all...] |
/external/clang/include/clang/Rewrite/ |
Rewriter.h | 19 #include "clang/Rewrite/DeltaTree.h" 20 #include "clang/Rewrite/RewriteRope.h" 92 /// Initialize - Start this rewrite buffer out with a copy of the unmodified 122 /// Rewriter - This is the main interface to the rewrite buffers. Its primary 270 /// getRewriteBufferFor - Return the rewrite buffer for the specified FileID. 278 // Iterators over rewrite buffers.
|
ASTConsumers.h | 27 // ObjC rewriter: attempts to rewrite ObjC constructs into pure C code.
|
Rewriters.h | 22 /// RewriteMacrosInInput - Implement -rewrite-macros mode.
|
/development/samples/BackupRestore/src/com/example/android/backuprestore/ |
FileHelperExampleAgent.java | 72 * We want to ensure that the UI is not trying to rewrite the data file 86 * Adding locking around the file rewrite that happens during restore is
|
/external/antlr/src/org/antlr/runtime/tree/ |
RewriteCardinalityException.java | 30 /** Base class for all exceptions thrown during AST rewrite construction.
|
RewriteEarlyExitException.java | 30 /** No elements within a (...)+ in a rewrite rule */
|
/external/elfutils/tests/ |
ChangeLog | 13 * get-aranges.c: Rewrite to use libdw.
|
/external/libvpx/nestegg/halloc/ |
README | 41 * initial public release (rewrite of hhmalloc library)
|
/external/libvpx/vpx_mem/memory_manager/ |
hmm_dflt_abort.c | 19 ** library functions. Rewrite the function if necessary to avoid using
|
/external/llvm/include/llvm/Transforms/Utils/ |
SSAUpdater.h | 30 /// transformation wants to rewrite a set of uses of one value with uses of a 94 /// RewriteUse - Rewrite a use of the symbolic value. This handles PHI nodes, 101 /// RewriteUseAfterInsertions - Rewrite a use, just like RewriteUse. However, 102 /// this version of the method can rewrite uses in the same block as a
|
/external/v8/test/mjsunit/ |
stress-array-push.js | 28 // Rewrite of mozilla_js_tests/js1_5/GC/regress-278725
|