/external/clang/INPUTS/ |
macro_pounder_obj.c | 5 // Object-like expansions
|
/external/clang/test/CodeGenCXX/ |
mangle-variadic-templates.cpp | 48 // Mangling of type pack expansions in a template argument 53 // Mangling of type pack expansions in a function type 58 // Mangling of non-type template argument expansions 63 // Mangling of template template argument expansions
|
/external/clang/test/Preprocessor/ |
pragma_poison.c | 11 // Pragma poison shouldn't warn from macro expansions defined before the token
|
/external/valgrind/main/massif/tests/ |
filter_verbose | 24 sed "s/\(Massif: XPt init expansions:\).*/\1 .../" | 25 sed "s/\(Massif: XPt later expansions:\).*/\1 .../" |
|
realloc.stderr.exp | 41 Massif: XPt init expansions: ... 42 Massif: XPt later expansions: ...
|
deep-B.stderr.exp | 51 Massif: XPt init expansions: ... 52 Massif: XPt later expansions: ...
|
deep-C.stderr.exp | 54 Massif: XPt init expansions: ... 55 Massif: XPt later expansions: ...
|
/external/icu4c/i18n/ |
ucol_elm.cpp | 80 static int32_t uprv_uca_addExpansion(ExpansionTable *expansions, uint32_t value, UErrorCode *status) { 84 if(expansions->CEs == NULL) { 85 expansions->CEs = (uint32_t *)uprv_malloc(INIT_EXP_TABLE_SIZE*sizeof(uint32_t)); 87 if (expansions->CEs == NULL) { 91 expansions->size = INIT_EXP_TABLE_SIZE; 92 expansions->position = 0; 95 if(expansions->position == expansions->size) { 96 uint32_t *newData = (uint32_t *)uprv_realloc(expansions->CEs, 2*expansions->size*sizeof(uint32_t)) 1134 ExpansionTable *expansions = t->expansions; local 1428 ExpansionTable *expansions = t->expansions; local 1709 ExpansionTable *expansions = t->expansions; local [all...] |
ucol_sit.cpp | 676 USet *expansions; member in struct:contContext 690 USet *expansions = context->expansions; local 702 if(expansions && isSpecial(CE) && getCETag(CE) == EXPANSION_TAG) { 703 uset_addString(expansions, buffer+leftIndex, rightIndex-leftIndex); 725 if(expansions && isSpecial(newCE) && getCETag(newCE) == EXPANSION_TAG) { 726 uset_addString(expansions, buffer+leftIndex, rightIndex-leftIndex); 745 if(expansions && isSpecial(newCE) && getCETag(newCE) == EXPANSION_TAG) { 746 uset_addString(expansions, buffer+leftIndex, rightIndex+1-leftIndex); 760 USet *expansions = ((contContext *)context)->expansions local [all...] |
ucol_elm.h | 103 ExpansionTable *expansions; member in struct:__anon6013
|
/external/clang/test/Misc/ |
macro-backtrace-limit.c | 24 // CHECK: note: (skipping 7 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
|
/external/llvm/utils/TableGen/ |
PseudoLoweringEmitter.h | 48 SmallVector<PseudoExpansion, 64> Expansions;
|
PseudoLoweringEmitter.cpp | 145 Expansions.push_back(PseudoExpansion(SourceInsn, Insn, OperandMap)); 157 for (unsigned i = 0, e = Expansions.size(); i != e; ++i) { 158 PseudoExpansion &Expansion = Expansions[i];
|
SetTheory.cpp | 253 ExpandMap::iterator I = Expansions.find(Set); 254 if (I != Expansions.end()) 263 RecVec &EltVec = Expansions[Set];
|
/external/clang/include/clang/Frontend/ |
PreprocessorOptions.h | 51 /// expansions. 54 /// expansions.
|
/external/e2fsprogs/po/ |
at-expand.pl | 21 "#. on. A table of these expansions can be found below. Note that\n", 23 "#. expansions; so for example, \"%Iu\" expands to the inode's user id\n",
|
/external/dbus/dbus/ |
dbus-shell.c | 539 * the shell would, but without many of the expansions the shell would 543 * contains none of the unsupported shell expansions. If the input 544 * does contain such expansions, they are passed through 579 * tokens (we didn't do any new expansions), we don't need to 581 * expansions, we would have to do field splitting on each word
|
/external/clang/include/clang/Rewrite/ |
HTMLRewrite.h | 74 /// macro expansions. This won't be perfectly perfect, but it will be
|
/external/clang/lib/Lex/ |
PPLexerChange.cpp | 30 /// #include. This looks through macro expansions and active _Pragma lexers. 45 /// that this ignores any potentially active macro expansions and _Pragma 46 /// expansions going on at the time. 316 // expansions) and preprocessor mode (return EOD). We know that the lexer
|
/external/webrtc/src/ |
common_types.h | 291 // count of tiny expansions in output audio 293 // count of small expansions in output audio 295 // count of medium expansions in output audio 297 // count of long expansions in output audio
|
/external/clang/include/clang/AST/ |
TemplateBase.h | 139 /// \param NumExpansions The number of expansions that will be generated by 285 /// \brief Retrieve the number of expansions that a template template argument 508 /// \param NumExpansions Will be set to the number of expansions that will
|
/external/e2fsprogs/e2fsck/ |
message.c | 12 * compression techniques and expansions of abbreviations. 14 * The following % expansions are supported: 54 * The following '@' expansions are supported:
|
/external/icu4c/common/ |
ucol_swp.cpp | 253 /* swap the expansions */ 256 /* expansions bounded by contractions */ 259 /* no contractions: expansions bounded by the main trie */
|
/system/core/sh/ |
sh.1 | 410 .Dq Expansions , 479 .Dq Expansions ) . 874 .Ss Word Expansions 875 This clause describes the various expansions that are performed on words. 876 Not all expansions are performed on every word, as explained later. 878 Tilde expansions, parameter expansions, command substitutions, arithmetic 879 expansions, and quote removals that occur within a single word expand to a 928 embedded arithmetic expansions, command substitutions, and variable 929 expansions, are not examined in determining the matchin [all...] |
/external/clang/lib/Rewrite/ |
RewriteMacros.cpp | 1 //===--- RewriteMacros.cpp - Rewrite macros into their expansions ---------===// 10 // This code rewrites macro invocations into their expansions. This gives you
|