HomeSort by: relevance | last modified time | path
    Searched defs:Dummy (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/sys/external/bsd/acpica/dist/namespace/
nsload.c 247 ACPI_HANDLE Dummy;
278 NULL, &Dummy)))
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
TaskQueue.h 57 ResultTy *Dummy = nullptr;
58 invokeCallbackAndSetPromise(Dummy);
MathExtras.h 804 bool Dummy;
805 bool &Overflowed = ResultOverflowed ? *ResultOverflowed : Dummy;
821 bool Dummy;
822 bool &Overflowed = ResultOverflowed ? *ResultOverflowed : Dummy;
867 bool Dummy;
868 bool &Overflowed = ResultOverflowed ? *ResultOverflowed : Dummy;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-framefilter.py 42 class Dummy(FrameDecorator):
44 super(Dummy, self).__init__(fobj)
48 return "Dummy function"
54 return "Dummy filename"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-framefilter.py 42 class Dummy(FrameDecorator):
44 super(Dummy, self).__init__(fobj)
48 return "Dummy function"
54 return "Dummy filename"
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
segmented_array_test.cc 202 static uint64_t Dummy = 0;
206 auto P = Data.Append({i, &Dummy});
208 ASSERT_EQ(P->NodePtr, &Dummy);
210 ASSERT_EQ(Back.NodePtr, &Dummy);
220 EXPECT_EQ(TopNode, &Dummy) << "Counter = " << Counter;
239 static uint64_t Dummy = 0;
243 auto P = Data->Append({i, &Dummy});
245 ASSERT_EQ(P->NodePtr, &Dummy);
247 ASSERT_EQ(Back.NodePtr, &Dummy);
257 EXPECT_EQ(TopNode, &Dummy) << "Counter = " << Counter
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVMCCodeEmitter.cpp 176 const MCConstantExpr *Dummy = MCConstantExpr::create(0, Ctx);
178 0, Dummy, MCFixupKind(RISCV::fixup_riscv_relax), MI.getLoc()));
382 const MCConstantExpr *Dummy = MCConstantExpr::create(0, Ctx);
384 MCFixup::create(0, Dummy, MCFixupKind(RISCV::fixup_riscv_relax),
RISCVAsmBackend.cpp 453 const MCExpr *Dummy = MCConstantExpr::create(0, Ctx);
456 MCFixup::create(0, Dummy, MCFixupKind(RISCV::fixup_riscv_align), SMLoc());
  /src/external/apache2/llvm/dist/clang/lib/Tooling/
CompilationDatabase.cpp 212 static int Dummy;
214 llvm::sys::fs::getMainExecutable("clang", (void *)&Dummy);
273 // Put a dummy C++ file on to ensure there's at least one compile job for the
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFObject.h 20 // The default implementations of the get<Section> methods return dummy values.
26 DWARFSection Dummy;
40 virtual const DWARFSection &getLocSection() const { return Dummy; }
41 virtual const DWARFSection &getLoclistsSection() const { return Dummy; }
43 virtual const DWARFSection &getFrameSection() const { return Dummy; }
44 virtual const DWARFSection &getEHFrameSection() const { return Dummy; }
45 virtual const DWARFSection &getLineSection() const { return Dummy; }
48 virtual const DWARFSection &getRangesSection() const { return Dummy; }
49 virtual const DWARFSection &getRnglistsSection() const { return Dummy; }
50 virtual const DWARFSection &getMacroSection() const { return Dummy; }
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
ARCOptAddrMode.cpp 348 int64_t Dummy;
349 if (isAddConstantOp(*MI, Dummy)) {
350 if (isValidIncrementOffset(Dummy + NewOffset))
  /src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
ConstantInitBuilder.h 53 llvm::GlobalVariable *Dummy;
56 SelfReference(llvm::GlobalVariable *dummy) : Dummy(dummy) {}
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineOutliner.cpp 706 std::string Dummy;
707 llvm::raw_string_ostream MangledNameStream(Dummy);
FixupStatepointCallerSaved.cpp 443 int Dummy = 0;
444 (void)Dummy;
445 assert(TII.isLoadFromStackSlot(*Reload, Dummy) == Reg);
446 assert(Dummy == FI);
IfConversion.cpp 1866 SmallVector<std::pair<MCPhysReg, const MachineOperand*>, 4> Dummy;
1867 Redefs.stepForward(MI, Dummy);
CodeGenPrepare.cpp 2742 // Set a dummy one.
3419 // For safe erasing, replace the uses with dummy value first.
3420 auto *Dummy = UndefValue::get(CommonType);
3422 I->replaceAllUsesWith(Dummy);
3427 I->replaceAllUsesWith(Dummy);
3788 auto *Dummy = UndefValue::get(CommonType);
3801 // Create a Select placeholder with dummy value.
3803 CurrentSelect->getCondition(), Dummy, Dummy,
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
Parser.cpp 893 VariantValue Dummy;
894 P.parseExpressionImpl(&Dummy);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProf.h 894 uint64_t Dummy = 0;
895 uint64_t &TotalCount = (TotalC == nullptr ? Dummy : *TotalC);
  /src/external/apache2/llvm/dist/llvm/lib/Support/
CommandLine.cpp 710 int Dummy = i;
711 return ProvideOption(Handler, Handler->ArgStr, Arg, 0, nullptr, Dummy);
791 int Dummy = 0;
792 ErrorParsing |= ProvideOption(PGOpt, Arg, StringRef(), 0, nullptr, Dummy);
1155 // Push a dummy entry that represents the initial command line, removing
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
IROutliner.cpp 523 BasicBlock *Dummy = nullptr;
533 CE->findAllocas(CEAC, SinkCands, HoistCands, Dummy);
AttributorAttributes.cpp 4923 bool Dummy = false;
4925 A, getIRPosition(), *this, Dummy, VisitValueCB, getCtxI(),
5419 SmallPtrSet<Argument *, 1> ArgsToPromote, Dummy;
5425 Fn, *TTI, ArgsToPromote, Dummy) ||
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
HWAddressSanitizer.cpp 469 auto Dummy = new GlobalVariable(
471 Constant::getNullValue(Int8Arr0Ty), "hwasan.dummy.global");
472 Dummy->setSection("hwasan_globals");
473 Dummy->setComdat(NoteComdat);
474 Dummy->setMetadata(LLVMContext::MD_associated,
476 appendToCompilerUsed(M, Dummy);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 433 MDNode *Dummy = MDNode::get(Context, {});
447 MDNode::get(Context, {Dummy, DisableUnroll, DisableVectorize,
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstrInfo.cpp 882 unsigned Dummy;
883 return X86InstrInfo::isLoadFromStackSlot(MI, FrameIndex, Dummy);
897 unsigned Dummy;
898 if (isFrameLoadOpcode(MI.getOpcode(), Dummy)) {
916 unsigned Dummy;
917 return X86InstrInfo::isStoreToStackSlot(MI, FrameIndex, Dummy);
932 unsigned Dummy;
933 if (isFrameStoreOpcode(MI.getOpcode(), Dummy)) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 14870 const char *Dummy;
14874 bool Error = DS.SetTypeSpecType(DeclSpec::TST_int, Loc, Dummy, DiagID,

Completed in 77 milliseconds

1 2