| /freebsd/contrib/bmake/unit-tests/ |
| H A D | cond-func.mk | 96 .if defined() function
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | MarkLive.cpp | 212 if (auto *defined = dyn_cast<Defined>(sym)) { in markLive() local 253 if (auto *defined = dyn_cast_or_null<Defined>(sym)) in markLive() local
|
| H A D | SyntheticSections.cpp | 324 } else if (const auto *defined = dyn_cast<Defined>(sym)) { in addNonLazyBindingEntries() local 389 if (auto *defined = dyn_cast<Defined>(entry)) in writeTo() local 549 if (auto *defined = dyn_cast<Defined>(&sym)) in needsWeakBind() local 583 static void encodeWeakOverride(const Defined *defined, in encodeWeakOverride() 677 for (const Defined *defined : definitions) in finalizeContents() local 740 } else if (auto *defined = dyn_cast<Defined>(sym)) { in addBindingsForStub() local 1046 if (const auto *defined = dyn_cast<Defined>(sym)) { in finalizeContents() local 1136 if (const auto *defined = dyn_cast_or_null<Defined>(sym)) { in finalizeContents() local 1198 void SymtabSection::emitEndFunStab(Defined *defined) { in emitEndFunStab() 1222 if (auto *defined = dyn_cast<Defined>(sym)) { in emitStabs() local [all …]
|
| H A D | SymbolTable.cpp | 113 if (auto *defined = dyn_cast<Defined>(s)) { in addDefined() local 210 Defined *defined = replaceSymbol<Defined>( in addDefined() local 271 if (auto *defined = dyn_cast<Defined>(s)) { in addDylib() local 509 if (auto *defined = dyn_cast_or_null<Defined>(s)) in getAlternativeSpelling() local
|
| H A D | UnwindInfoSection.cpp | 257 if (auto *defined = dyn_cast<Defined>(s)) { in prepareRelocations() local 279 if (auto *defined = dyn_cast<Defined>(s)) { in prepareRelocations() local 334 if (auto *defined = dyn_cast_or_null<Defined>(personality)) { in canonicalizePersonality() local
|
| H A D | Writer.cpp | 667 if (Defined *defined = dyn_cast<Defined>(sym)) { in prepareSymbolRelocation() local 747 static void addNonWeakDefinition(const Defined *defined) { in addNonWeakDefinition() 758 if (auto *defined = dyn_cast<Defined>(sym)) { in scanSymbols() local 788 if (auto *defined = dyn_cast_or_null<Defined>(sym)) { in scanSymbols() local
|
| H A D | LTO.cpp | 133 if (const auto *defined = dyn_cast<Defined>(sym)) { in add() local
|
| H A D | Driver.cpp | 1425 if (const auto &defined = dyn_cast<Defined>(sym)) { in createAliases() local 1442 if (const auto &defined = dyn_cast<Defined>(aliased)) { in createAliases() local 1469 if (auto *defined = dyn_cast<Defined>(sym)) { in handleExplicitExports() local 1499 if (auto *defined = dyn_cast<Defined>(sym)) in handleExplicitExports() local
|
| H A D | ExportTrie.cpp | 71 if (auto *defined = dyn_cast<Defined>(&sym)) { in ExportInfo() local
|
| H A D | ICF.cpp | 384 if (auto *defined = dyn_cast<Defined>(sym)) { in run() local
|
| H A D | Symbols.h | 386 if (const auto *defined = dyn_cast<Defined>(sym)) in needsBinding() local
|
| H A D | SyntheticSections.h | 231 void addNonWeakDefinition(const Defined *defined) { in addNonWeakDefinition()
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | extractExternal.cpp | 237 void computeExternalSymbols(const char *fileName, set<string> *defined, in computeExternalSymbols() 401 set<int> *findRequiredExternal(int nExternal, int nTotal, set<string> *defined, in findRequiredExternal() 435 set<string> *defined, *undefined; in main() local
|
| H A D | kmp_settings.cpp | 197 int defined; // Variable set in any "session". member
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | MacroExpander.cpp | 150 bool MacroExpander::defined(StringRef Name) const { in defined() function in clang::format::MacroExpander
|
| /freebsd/usr.bin/rpcgen/ |
| H A D | rpc_util.c | 58 list *defined; /* list of defined things */ variable
|
| /freebsd/crypto/heimdal/lib/asn1/ |
| H A D | gen.c | 77 int defined; member
|
| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | PPC64.cpp | 252 std::vector<Defined *> &defined) { in addOptional() 268 std::vector<Defined *> defined; in writeSequence() local
|
| /freebsd/contrib/bmake/ |
| H A D | var.c | 2037 ExprDefined defined; member 4579 #define Expr_Init(name, value, emode, scope, defined) \ argument 4584 VarEvalMode emode, GNode *scope, ExprDefined defined) in Expr_Init()
|