HomeSort by: relevance | last modified time | path
    Searched refs:Moved (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
FileSystem.h 1272 void moveFromImpl(mapped_file_region &Moved) {
1273 copyFrom(Moved);
1274 Moved.copyFrom(mapped_file_region());
1283 mapped_file_region(mapped_file_region &&Moved) { moveFromImpl(Moved); }
1284 mapped_file_region &operator=(mapped_file_region &&Moved) {
1286 moveFromImpl(Moved);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
MoveChecker.cpp 1 // MoveChecker.cpp - Check use of moved-from objects. - C++ ---------------===//
9 // This defines checker which checks for potential misuses of a moved-from
10 // object. That means method calls on the object or copying it in moved-from
32 enum Kind { Moved, Reported } K;
37 bool isMoved() const { return K == Moved; }
40 static RegionState getMoved() { return RegionState(Moved); }
88 // STL smart pointers are automatically re-initialized to null when moved
307 OS << " is reset to null when moved from";
318 OS << " is moved";
409 OS << "Method called on moved-from object"
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-ar/
llvm-ar.cpp 794 std::vector<NewArchiveMember> Moved;
825 addChildMember(Moved, Child, /*FlattenArchive=*/Thin);
828 addMember(Moved, *MemberI);
853 for (auto &M : Moved) {
  /src/external/gpl3/gdb/dist/gdb/
ChangeLog-3.x 1152 * m68k-opcode.h: moved some of the fmovem entries so they're
1178 * m68k-opcode.h: Moved fmovemx with register lists to before other
1378 * dbxread.c (,process_one_symbol): Moved extern declaration for
1415 * main.c (dont_repeat): Moved ahead of first use.
1419 * vax-opcode.h: Made minor modifications (moved an instruction and
1607 * symseg.h, symtab.h: Moved the definition of TYPE_FLAG_PERM over
1700 * dbxread.c (read_ofile_symtab, psymtab_to_symtab): Moved cleanup
1838 * dbxread.c, m-convex.h: Moved convex dependent include files over
1881 * dbxread.c (read_dbx_symtab, ): Moved HASH_OFFSET define out of
1943 * Makefile: Moved dbxread.c ahead of coffread.c in the list o
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
ChangeLog-3.x 1152 * m68k-opcode.h: moved some of the fmovem entries so they're
1178 * m68k-opcode.h: Moved fmovemx with register lists to before other
1378 * dbxread.c (,process_one_symbol): Moved extern declaration for
1415 * main.c (dont_repeat): Moved ahead of first use.
1419 * vax-opcode.h: Made minor modifications (moved an instruction and
1607 * symseg.h, symtab.h: Moved the definition of TYPE_FLAG_PERM over
1700 * dbxread.c (read_ofile_symtab, psymtab_to_symtab): Moved cleanup
1838 * dbxread.c, m-convex.h: Moved convex dependent include files over
1881 * dbxread.c (read_dbx_symtab, ): Moved HASH_OFFSET define out of
1943 * Makefile: Moved dbxread.c ahead of coffread.c in the list o
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 91 // taking the address of a basic block moved to another function is illegal
530 bool Moved = moveOrIgnoreLifetimeMarkers(MarkerInfo);
531 if (Moved) {
1039 /// of allocas which will be moved from the caller function into the extracted
1590 // Remove @llvm.assume calls that will be moved to the new function from the
1793 // that were previously in the old function, but that have now been moved

Completed in 23 milliseconds