Home
last modified time | relevance | path

Searched full:shadowed (Results 1 – 25 of 74) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h213 Shadowed(std::move(Other.Shadowed)), in LookupResult()
238 Shadowed = std::move(Other.Shadowed);
508 /// Determine whether the lookup result was shadowed by some other
510 bool isShadowed() const { return Shadowed; } in isShadowed()
514 void setShadowed() { Shadowed = true; } in setShadowed()
611 Shadowed = false; in clear()
821 /// True if the found declarations were shadowed by some other
824 bool Shadowed = false; variable
/freebsd/contrib/netbsd-tests/usr.bin/config/
H A Dd_shadow_instance13 # shadowed by the first one, which is semantically the same, from a parentii
H A Dt_config.sh130 test_case shadow_instance pass "Checks correct handling of shadowed instances"
/freebsd/contrib/bmake/unit-tests/
H A Dvar-scope-local-legacy.mk33 # The directory name of the target is shadowed by the global variable,
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetCallingConv.td117 /// which became shadowed, when some register is used.
134 /// registers to be shadowed. Note that, unlike CCAssignToRegWithShadow, this
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Deconet,en751221-intc.yaml46 <8 3> means IRQ 8 is shadowed by IRQ 3, so IRQ 3 cannot be mapped, but
/freebsd/sys/amd64/include/
H A Dmsan.h81 * The kernel itself isn't shadowed: for most purposes global variables in kmsan_md_unsupported()
H A Dieeefp.h73 * the fpget*() functions, and is shadowed into the SSE state for
/freebsd/usr.bin/getopt/
H A Dgetopt.162 # since the exit code from getopt would be shadowed by those of set,
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h337 /// Version of AllocateReg with extra register to be shadowed.
389 /// Version of AllocateReg with list of registers to be shadowed.
420 /// Version of AllocateStack with list of extra registers to be shadowed.
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DQualTypeNames.h54 // 2) Types that have been shadowed are reported normally, but a
/freebsd/crypto/openssh/openbsd-compat/
H A Dxcrypt.c124 * Handle shadowed password systems in a cleaner way for portable
/freebsd/lib/libc/gen/
H A Dfts.3814 may be shadowed by a preprocessor macro.
831 may be shadowed by a preprocessor macro.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h303 /// shadowed by another module.
520 /// shadowed, this parameter will be set to the shadowing module.
547 /// shadowed, this parameter will be set to the shadowing module.
H A DDiagnosticCommonKinds.td122 def err_module_shadowed : Error<"import of shadowed module '%0'">, DefaultFatal;
124 "build a shadowed submodule '%0'">, DefaultFatal;
/freebsd/contrib/ntp/scripts/monitoring/
H A Dntploopwatch152 print "WARNING: your samples value may be shadowed by config file settings\n";
154 print "WARNING: your StartTime value may be shadowed by config file settings\n";
156 print "WARNING: your EndTime value may be shadowed by config file settings\n";
158 print "WARNING: your MaxY value may be shadowed by config file settings\n";
160 print "WARNING: your MinY value may be shadowed by config file settings\n";
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp2555 /// Shadowed - Indicates if this vftable slot is shadowed by
2558 bool Shadowed; member
2567 Shadowed(false), UsesExtraSlot(UsesExtraSlot) {} in MethodInfo()
2570 : VBTableIndex(0), VFTableIndex(0), Shadowed(false), in MethodInfo()
2652 // and the entries shadowed by return adjusting thunks. in LayoutVFTable()
2653 if (MD->getParent() != MostDerivedClass || MI.Shadowed) in LayoutVFTable()
3143 // the overrider. Mark the overridden method as shadowed by the new slot. in AddMethods()
3144 OverriddenMethodInfo.Shadowed = true; in AddMethods()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DCallingConv.h156 /// shadowed by GPRs, and vice versa. On AArch64, this is identical to the
/freebsd/share/man/man9/
H A Dnamei.9337 This allows to descend into the file hierarchy otherwise shadowed
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_aperture.c347 * memory bars. The function assumes that PCI device with shadowed ROM
/freebsd/tests/sys/vm/
H A Dshared_shadow_inval_test.c37 * expects that a fully shadowed page is unmapped, but at one point the
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPreEmitPeephole.cpp199 // Remove all successors shadowed by new unconditional branch in optimizeVccBranch()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp217 "Invalid length of list of shadowed registers"); in EmitAction()
/freebsd/contrib/file/magic/Magdir/
H A Dintel198 # ROM may be shadowed in RAM
/freebsd/contrib/ncurses/ncurses/base/
H A DMKlib_gen.sh37 # functions, even though many definitions would normally be shadowed

123