HomeSort by relevance Sort by last modified time
    Searched defs:Orig (Results 1 - 23 of 23) sorted by null

  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/
variadic_copy.fail.cpp 29 const LG Orig;
30 LG Copy(Orig); // expected-error{{call to deleted constructor of 'LG'}}
34 const LG Orig(m0, m1);
35 LG Copy(Orig); // expected-error{{call to deleted constructor of 'LG'}}
39 const LG Orig(m0, m1, m2);
40 LG Copy(Orig); // expected-error{{call to deleted constructor of 'LG'}}
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
EditTitleBar.c 101 TITLE_BAR_COLOR_UNION Orig;
110 Orig.Data = gST->ConOut->Mode->Attribute;
112 New.Colors.Foreground = Orig.Colors.Background & 0xF;
113 New.Colors.Background = Orig.Colors.Foreground & 0x7;
134 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data);
207 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data);
EditStatusBar.c 97 STATUS_BAR_COLOR_UNION Orig;
113 Orig.Data = gST->ConOut->Mode->Attribute;
115 New.Colors.Foreground = Orig.Colors.Background & 0xF;
116 New.Colors.Background = Orig.Colors.Foreground & 0x7;
158 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data);
EditInputBar.c 130 INPUT_BAR_COLOR_UNION Orig;
151 Orig.Data = gST->ConOut->Mode->Attribute;
153 New.Colors.Foreground = Orig.Colors.Background & 0xF;
154 New.Colors.Background = Orig.Colors.Foreground & 0x7;
173 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data);
250 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LowerAtomic.cpp 29 LoadInst *Orig = Builder.CreateLoad(Ptr);
30 Value *Equal = Builder.CreateICmpEQ(Orig, Cmp);
31 Value *Res = Builder.CreateSelect(Equal, Val, Orig);
34 CXI->replaceAllUsesWith(Orig);
44 LoadInst *Orig = Builder.CreateLoad(Ptr);
53 Res = Builder.CreateAdd(Orig, Val);
56 Res = Builder.CreateSub(Orig, Val);
59 Res = Builder.CreateAnd(Orig, Val);
62 Res = Builder.CreateNot(Builder.CreateAnd(Orig, Val));
65 Res = Builder.CreateOr(Orig, Val)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 31 LoadInst *Orig = Builder.CreateLoad(Ptr);
32 Value *Equal = Builder.CreateICmpEQ(Orig, Cmp);
33 Value *Res = Builder.CreateSelect(Equal, Val, Orig);
36 Res = Builder.CreateInsertValue(UndefValue::get(CXI->getType()), Orig, 0);
49 LoadInst *Orig = Builder.CreateLoad(Ptr);
58 Res = Builder.CreateAdd(Orig, Val);
61 Res = Builder.CreateSub(Orig, Val);
64 Res = Builder.CreateAnd(Orig, Val);
67 Res = Builder.CreateNot(Builder.CreateAnd(Orig, Val));
70 Res = Builder.CreateOr(Orig, Val)
    [all...]
  /external/swiftshader/third_party/LLVM/unittests/Transforms/Utils/
Cloning.cpp 29 Orig.insert(V1);
40 DeleteContainerPointers(Orig);
44 SmallPtrSet<Value *, 4> Orig; // Erase on exit
  /external/llvm/include/llvm/CodeGen/
VirtRegMap.h 152 unsigned Orig = getPreSplitReg(VirtReg);
153 return Orig ? Orig : VirtReg;
  /external/llvm/unittests/Support/
ErrorTest.cpp 587 auto Orig = ErrorOr<int>(42);
590 EXPECT_EQ(*Orig, *RoundTripped)
598 auto Orig = ErrorOr<int>(errc::invalid_argument);
602 EXPECT_EQ(Orig.getError(), RoundTripped.getError())
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp     [all...]
  /external/llvm/tools/bugpoint/
Miscompilation.cpp 172 // Restore orig program & free test.
259 Module *Orig = BD.swapProgramIn(Clone);
276 delete BD.swapProgramIn(Orig);
496 Module *Orig = BD.swapProgramIn(Clone);
518 delete BD.swapProgramIn(Orig);
521 delete BD.swapProgramIn(Orig);
    [all...]
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 38 Orig.insert(V1);
49 DeleteContainerPointers(Orig);
53 SmallPtrSet<Value *, 4> Orig; // Erase on exit
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
Miscompilation.cpp 170 // Restore orig program & free test.
266 Module *Orig = BD.swapProgramIn(Clone);
283 delete BD.swapProgramIn(Orig);
480 Module *Orig = BD.swapProgramIn(Clone);
505 delete BD.swapProgramIn(Orig);
508 delete BD.swapProgramIn(Orig);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
FileHandleWrappers.c     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
BufferImage.c 244 @param[in] Orig The original color.
254 IN HEFI_EDITOR_COLOR_UNION Orig,
323 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data & 0x7F);
340 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data & 0x7F);
360 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data & 0x7F);
373 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data & 0x7F);
382 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data & 0x7F);
550 HEFI_EDITOR_COLOR_UNION Orig;
582 Orig = HMainEditor.ColorAttributes;
584 New.Colors.Foreground = Orig.Colors.Background & 0xF;
    [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.h 172 IdentifierInfo *Orig = nullptr;
    [all...]
CGExprScalar.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
SplitKit.cpp 278 const LiveInterval &Orig = LIS.getInterval(OrigReg);
279 assert(!Orig.empty() && "Splitting empty interval?");
280 LiveInterval::const_iterator I = Orig.find(Idx);
283 if (I != Orig.end() && I->start <= Idx)
287 return I != Orig.begin() && (--I)->end == Idx;
    [all...]
VirtRegMap.h 231 unsigned Orig = getPreSplitReg(VirtReg);
232 return Orig ? Orig : VirtReg;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
FileBuffer.c 270 EFI_EDITOR_COLOR_UNION Orig;
302 Orig = MainEditor.ColorAttributes;
304 New.Colors.Foreground = Orig.Colors.Background & 0xF;
305 New.Colors.Background = Orig.Colors.Foreground & 0x7;
386 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data);
    [all...]
  /external/llvm/lib/CodeGen/
SplitKit.cpp 317 const LiveInterval &Orig = LIS.getInterval(OrigReg);
318 assert(!Orig.empty() && "Splitting empty interval?");
319 LiveInterval::const_iterator I = Orig.find(Idx);
322 if (I != Orig.end() && I->start <= Idx)
326 return I != Orig.begin() && (--I)->end == Idx;
    [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp 52 NamedDecl *Orig,
54 NamedDecl *D = Orig->getUnderlyingDecl();
60 return Orig;
97 NamedDecl *Orig = filter.next();
98 NamedDecl *Repl = isAcceptableTemplateName(Context, Orig,
102 else if (Repl != Orig) {
    [all...]
  /external/valgrind/memcheck/
mc_translate.c 142 static IRTemp findShadowTmpB ( struct _MCEnv* mce, IRTemp orig );
155 When .kind is Orig, .shadowV and .shadowB may give the identities
165 enum { Orig=1, VSh=2, BSh=3 }
192 total number of Orig, V- and B- temps allocated so far.
266 static IRTemp findShadowTmpV ( MCEnv* mce, IRTemp orig )
269 /* VG_(indexXA) range-checks 'orig', hence no need to check
271 ent = (TempMapEnt*)VG_(indexXA)( mce->tmpMap, (Word)orig );
272 tl_assert(ent->kind == Orig);
275 = newTemp( mce, shadowTypeV(mce->sb->tyenv->types[orig]), VSh );
278 ent = (TempMapEnt*)VG_(indexXA)( mce->tmpMap, (Word)orig );
    [all...]

Completed in 2562 milliseconds