Home
last modified time | relevance | path

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

1234

/src/contrib/llvm-project/clang/include/clang/Sema/
H A DIdentifierResolver.h35 /// IdentifierResolver - Keeps track of shadowed decls on enclosing
42 /// decl with that declaration name is shadowed in some scope.
162 /// AddDecl - Link the decl to its shadowed decl chain.
165 /// RemoveDecl - Unlink the decl from its shadowed decl chain.
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
/src/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"
/src/contrib/bmake/unit-tests/
H A Dvar-scope-local-legacy.mk33 # The directory name of the target is shadowed by the global variable,
/src/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
/src/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
/src/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
/src/usr.bin/getopt/
H A Dgetopt.162 # since the exit code from getopt would be shadowed by those of set,
/src/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.
/src/contrib/llvm-project/clang/include/clang/AST/
H A DQualTypeNames.h54 // 2) Types that have been shadowed are reported normally, but a
/src/crypto/openssh/openbsd-compat/
H A Dxcrypt.c124 * Handle shadowed password systems in a cleaner way for portable
/src/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp752 // When a readonly property is shadowed in a class extensions with a in findBackingIvar()
754 // property rather than the shadowed property. If there is no instance in findBackingIvar()
756 // shadowed and if so try to get the instance variable from shadowing in findBackingIvar()
775 // the shadowed property. in findBackingIvar()
/src/lib/libc/gen/
H A Dfts.3814 may be shadowed by a preprocessor macro.
831 may be shadowed by a preprocessor macro.
/src/contrib/llvm-project/clang/lib/Sema/
H A DIdentifierResolver.cpp154 /// AddDecl - Link the decl to its shadowed decl chain.
218 /// RemoveDecl - Unlink the decl from its shadowed decl chain.
/src/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;
/src/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";
/src/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()
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DCallingConv.h156 /// shadowed by GPRs, and vice versa. On AArch64, this is identical to the
/src/share/man/man9/
H A Dnamei.9337 This allows to descend into the file hierarchy otherwise shadowed
/src/sys/compat/linuxkpi/common/src/
H A Dlinux_aperture.c347 * memory bars. The function assumes that PCI device with shadowed ROM
/src/tests/sys/vm/
H A Dshared_shadow_inval_test.c37 * expects that a fully shadowed page is unmapped, but at one point the
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPreEmitPeephole.cpp199 // Remove all successors shadowed by new unconditional branch in optimizeVccBranch()

1234