Searched
full:terminator (Results
326 -
350 of
952) sorted by null
<<11121314151617181920>>
/external/llvm/lib/CodeGen/ |
EarlyIfConversion.cpp | 139 /// Return true if all non-terminator instructions in MBB can be safely 250 DEBUG(dbgs() << "Can't insert instructions below terminator.\n"); 308 // We can't insert before a terminator. 706 // Assume that the depth of the first head terminator will also be the depth
|
MachineVerifier.cpp | 599 "terminator instruction!", MBB); 630 "isn't a terminator instruction!", MBB); 658 "isn't a terminator instruction!", MBB); 717 report("Non-terminator instruction after the first terminator", MI); 718 *OS << "First terminator was:\t" << *FirstTerminator; [all...] |
/external/llvm/lib/Target/X86/ |
X86PadShortFunction.cpp | 123 // trailing the terminator.
|
/external/llvm/test/CodeGen/X86/ |
dbg-value-terminator.ll | 6 ; terminator.
|
/external/mdnsresponder/mDNSShared/ |
PlatformCommon.c | 91 while (fgets(buf, sizeof(buf), f)) // Read at most sizeof(buf)-1 bytes from file, and append '\0' C-string terminator
|
/external/skia/src/animator/ |
SkDrawPaint.cpp | 31 (SkFunctionParamType) 0 // terminator for parameter list (there may be multiple parameter lists)
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
Utf8Utils.java | 80 * @param length the length of the utf8 string to convert, not including any null-terminator that might be present
|
/external/speex/include/speex/ |
speex_bits.h | 162 /** Insert a terminator so that the data can be sent as a packet while auto-detecting
|
/external/v8/src/ |
preparse-data.cc | 144 // Add terminator to symbols, then pad to unsigned size.
|
scanner.h | 421 // Returns true if there was a line terminator before the peek'ed token, 558 // Whether there is a line terminator whitespace character after 563 // line-terminator after the current token, and before the next.
|
/frameworks/base/core/java/android/widget/ |
MultiAutoCompleteTextView.java | 227 * it ends with a token terminator (for example a space or comma).
|
/external/chromium/chrome/common/ |
sqlite_utils.h | 263 // don't use c_str so it doesn't have to fix up the null terminator 270 // don't use c_str so it doesn't have to fix up the null terminator 278 // don't use c_str so it doesn't have to fix up the null terminator
|
/external/chromium_org/v8/src/ |
scanner.h | 471 // Returns true if there was a line terminator before the peek'ed token, 607 // Whether there is a line terminator whitespace character after 612 // line-terminator after the current token, and before the next.
|
scanner.cc | 304 // The line terminator at the end of the line is not considered 326 // a newline will make the comment count as a line-terminator. 611 // whether there was a line terminator in the part we skip. [all...] |
/external/chromium_org/win8/metro_driver/ |
file_picker_ash.cc | 184 // Skip over filename and null-terminator. 235 // with a zero length string - e.g. a double zero terminator. 411 // with a zero length string - e.g. a double zero terminator.
|
/external/clang/lib/StaticAnalyzer/Core/ |
CoreEngine.cpp | 347 llvm_unreachable("Analysis for this terminator not implemented."); 422 // (2) in a terminator, which represents the branch. 447 "Blocks with no terminator should have at most 1 successor.");
|
/external/llvm/include/llvm/CodeGen/ |
MachineBasicBlock.h | 349 /// updateTerminator - Update the terminator instructions in block to account 425 /// getFirstTerminator - returns an iterator to the first terminator 426 /// instruction of this basic block. If a terminator does not exist,
|
/external/llvm/include/llvm/MC/ |
MCInstrDesc.h | 106 Terminator, 224 /// \brief Returns true if this instruction part of the terminator for 231 return Flags & (1 << MCID::Terminator);
|
/external/llvm/lib/Transforms/Scalar/ |
LoopRotation.cpp | 399 // terminator into OrigPreHeader. Fix up the PHI nodes in each of OrigHeader's 407 // Now that OrigPreHeader has a clone of OrigHeader's terminator, remove 408 // OrigPreHeader's old terminator (the original branch into the loop), and
|
/external/srec/srec/Vocabulary/src/ |
VocabularyImpl.c | 377 *dst_good_end++ = 0; // double-null terminator 455 // look for double-null terminator 563 // look for double-null terminator
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/ |
BinaryDictDecoderUtils.java | 145 * else: if 00011111 (= 0x1F) : this is the terminator. This is a relevant choice because 196 * This will also write the terminator byte. 224 * This will also write the terminator byte.
|
/external/llvm/lib/Transforms/Utils/ |
SimplifyCFG.cpp | 118 /// terminator instructions together. 144 /// to merge these two terminator instructions together, where SI1 is an 461 /// isValueEqualityComparison - Return true if the specified terminator checks 551 /// terminator instruction and its block is known to only have a single 762 /// FoldValueComparisonIntoPredecessors - The specified terminator is a value 764 /// See if any of the predecessors of the terminator block are value comparisons [all...] |
/external/chromium_org/third_party/icu/source/io/ |
uscanf_p.c | 865 /* add the terminator */ 937 /* add the terminator */ [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir.cpp | 564 terminator = 0; 963 terminator = 1; 966 terminator = targ ? 1 : 0;
|
/external/clang/lib/Analysis/ |
UninitializedValues.cpp | 574 // as the 'terminator', not the switch statement itself. Suppress 583 Branch.Terminator = Label; 588 Branch.Terminator = Term;
|
Completed in 833 milliseconds
<<11121314151617181920>>