/freebsd-src/contrib/bmake/unit-tests/ |
H A D | cond-func.mk | 94 .if defined() global() function [all...] |
/freebsd-src/contrib/llvm-project/lld/MachO/ |
H A D | SyntheticSections.cpp | 324 } else if (const auto *defined = dyn_cast<Defined>(sym)) { addNonLazyBindingEntries() local 389 if (auto *defined = dyn_cast<Defined>(entry)) writeTo() local 573 encodeWeakOverride(const Defined * defined,raw_svector_ostream & os) encodeWeakOverride() argument 667 for (const Defined *defined : definitions) finalizeContents() local 730 } else if (auto *defined = dyn_cast<Defined>(sym)) { addBindingsForStub() local 989 if (const auto *defined = dyn_cast<Defined>(sym)) { finalizeContents() local 1076 if (const auto *defined = dyn_cast_or_null<Defined>(sym)) { finalizeContents() local 1138 emitEndFunStab(Defined * defined) emitEndFunStab() argument 1162 if (auto *defined = dyn_cast<Defined>(sym)) { emitStabs() local 1192 Defined *defined = pair.first; emitStabs() local 1261 if (auto *defined = dyn_cast_or_null<Defined>(sym)) { finalizeContents() local 1280 if (auto *defined = dyn_cast<Defined>(sym)) { finalizeContents() local 1337 if (auto *defined = dyn_cast<Defined>(entry.sym)) { writeTo() local 1425 if (auto *defined = dyn_cast<Defined>(sym)) indirectValue() local 1992 if (auto *defined = dyn_cast<Defined>(&sym)) needsWeakBind() local [all...] |
H A D | MarkLive.cpp | 214 if (auto *defined = dyn_cast<Defined>(sym)) { in markLive() local 255 if (auto *defined in markLive() local [all...] |
H A D | SymbolTable.cpp | 108 if (auto *defined = dyn_cast<Defined>(s)) { in addDefined() local 205 Defined *defined = replaceSymbol<Defined>( addDefined() local 266 if (auto *defined = dyn_cast<Defined>(s)) { addDylib() local 504 if (auto *defined = dyn_cast_or_null<Defined>(s)) getAlternativeSpelling() local [all...] |
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 322 if (auto *defined = dyn_cast_or_null<Defined>(personality)) { canonicalizePersonality() local [all...] |
H A D | LTO.cpp | 133 if (const auto *defined = dyn_cast<Defined>(sym)) { in add() local
|
H A D | Driver.cpp | 1323 if (const auto &defined = dyn_cast<Defined>(sym)) { createAliases() local 1340 if (const auto &defined = dyn_cast<Defined>(aliased)) { createAliases() local 1367 if (auto *defined = dyn_cast<Defined>(sym)) { handleExplicitExports() local 1397 if (auto *defined = dyn_cast<Defined>(sym)) handleExplicitExports() local [all...] |
H A D | Writer.cpp | 714 addNonWeakDefinition(const Defined * defined) addNonWeakDefinition() argument 724 if (auto *defined = dyn_cast<Defined>(sym)) { scanSymbols() local 747 if (auto *defined = dyn_cast_or_null<Defined>(sym)) { scanSymbols() local [all...] |
H A D | ExportTrie.cpp | 72 if (auto *defined = dyn_cast<Defined>(&sym)) { in ExportInfo() local
|
H A D | ICF.cpp | 291 if (auto *defined = dyn_cast<Defined>(sym)) { in run() local
|
H A D | Symbols.h | 381 if (const auto *defined = dyn_cast<Defined>(sym)) needsBinding() local
|
H A D | SyntheticSections.h | 230 addNonWeakDefinition(const Defined * defined) addNonWeakDefinition() argument
|
/freebsd-src/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-src/contrib/llvm-project/clang/lib/Format/ |
H A D | MacroExpander.cpp | 153 bool MacroExpander::defined(StringRef Name) const { in defined() function in clang::format::MacroExpander
|
/freebsd-src/usr.bin/rpcgen/ |
H A D | rpc_util.c | 58 list *defined; /* list of defined things */ variable
|
/freebsd-src/crypto/heimdal/lib/asn1/ |
H A D | gen.c | 77 int defined; member
|
/freebsd-src/contrib/llvm-project/lld/ELF/Arch/ |
H A D | PPC64.cpp | 253 std::vector<Defined *> &defined) { in addOptional() argument 270 std::vector<Defined *> defined; in writeSequence() local [all...] |
/freebsd-src/contrib/bmake/ |
H A D | var.c | 2006 ExprDefined defined; global() member 4438 Expr_Init(name,value,emode,scope,defined) global() argument 4443 Expr_Init(const char * name,FStr value,VarEvalMode emode,GNode * scope,ExprDefined defined) Expr_Init() argument [all...] |