Home
last modified time | relevance | path

Searched defs:defined (Results 1 – 25 of 2336) sorted by relevance

12345678910>>...94

/dports/devel/p5-Moose-Autobox/Moose-Autobox-0.15/lib/Moose/Autobox/
H A DDefined.pm8 sub defined { 1 } subroutine
H A DUndef.pm8 sub defined { 0 } subroutine
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/hxt-9.3.1.18/src/Control/Arrow/
H A DArrowTree.hs129 -- defined as @ f \/> g = f >>> getChildren >>> g @ function
144 -- defined as @ f \/\/> g = f >>> getChildren >>> deep g @ function
162 -- defined as @ f \<\/ g = f \`containing\` (getChildren >>> g) @ function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/utility-ht-0.0.16/src/Test/
H A DUtility.hs26 defined a = a==a function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/MachO/
H A DMarkLive.cpp58 if (auto *defined = dyn_cast<Defined>(sym)) { in markLive() local
94 if (auto *defined = dyn_cast<Defined>(sym)) in markLive() local
100 if (auto *defined = dyn_cast_or_null<Defined>(sym)) in markLive() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/MachO/
H A DMarkLive.cpp58 if (auto *defined = dyn_cast<Defined>(sym)) { in markLive() local
94 if (auto *defined = dyn_cast<Defined>(sym)) in markLive() local
100 if (auto *defined = dyn_cast_or_null<Defined>(sym)) in markLive() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/MachO/
H A DMarkLive.cpp58 if (auto *defined = dyn_cast<Defined>(sym)) { in markLive() local
94 if (auto *defined = dyn_cast<Defined>(sym)) in markLive() local
100 if (auto *defined = dyn_cast_or_null<Defined>(sym)) in markLive() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/MachO/
H A DMarkLive.cpp58 if (auto *defined = dyn_cast<Defined>(sym)) { in markLive() local
94 if (auto *defined = dyn_cast<Defined>(sym)) in markLive() local
100 if (auto *defined = dyn_cast_or_null<Defined>(sym)) in markLive() local
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/MachO/
H A DMarkLive.cpp58 if (auto *defined = dyn_cast<Defined>(sym)) { in markLive() local
94 if (auto *defined = dyn_cast<Defined>(sym)) in markLive() local
100 if (auto *defined = dyn_cast_or_null<Defined>(sym)) in markLive() local
/dports/devel/py-sip/sip-5.5.0/code_generator/
H A Dtype_hints.c151 ifaceFileList *defined; in pyiModule() local
282 ifaceFileList **defined, int indent, FILE *fp) in pyiClass()
499 ifaceFileList **defined, int indent, FILE *fp) in pyiMappedType()
602 ifaceFileList *defined, int indent, FILE *fp) in pyiEnums()
657 ifaceFileList *defined, int indent, FILE *fp) in pyiVars()
743 ifaceFileList *defined, int indent, FILE *fp) in pyiProperty()
793 int overloaded, int is_method, ifaceFileList *defined, in pyiOverload()
935 ifaceFileList *defined, int pep484, FILE *fp) in pyiType()
1293 ifaceFileList *defined) in isDefined()
1350 ifaceFileList *defined, int pep484, int rest, FILE *fp) in pyiTypeHint()
[all …]
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/apps/hexagon_benchmarks/
H A Dprocess.h92 bool defined() { in defined() function
166 bool defined() { in defined() function
237 bool defined() { in defined() function
306 bool defined() { in defined() function
381 bool defined() { in defined() function
469 bool defined() { in defined() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/MachO/
H A DSymbolTable.cpp47 if (auto *defined = dyn_cast<Defined>(s)) { in addDefined() local
59 Defined *defined = replaceSymbol<Defined>(s, name, isec, value, isWeakDef, in addDefined() local
105 if (auto *defined = dyn_cast<Defined>(s)) in addDylib() local
137 if (auto *defined = dyn_cast<Defined>(s)) in addDSOHandle() local
H A DSyntheticSections.cpp203 if (auto *defined = dyn_cast<Defined>(entries[i])) in writeTo() local
273 static void encodeWeakOverride(const Defined *defined, in encodeWeakOverride()
329 for (const Defined *defined : definitions) in finalizeContents() local
358 } else if (const auto *defined = dyn_cast<Defined>(sym)) { in needsBinding() local
372 } else if (auto *defined = dyn_cast<Defined>(sym)) { in addNonLazyBindingEntries() local
544 } else if (auto *defined = dyn_cast<Defined>(sym)) { in prepareBranchTarget() local
562 if (const auto *defined = dyn_cast<Defined>(sym)) { in finalizeContents() local
596 if (auto *defined = dyn_cast<Defined>(entry.sym)) { in writeTo() local
/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Dpreproc_defined.i7 int defined(int b) { in defined() function
56 int defined; member
83 int defined; member
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/
H A DClassLoaderReferenceTest.java62 Iterator<?> defined = fClassLoader.definedClasses().iterator(); in testJDIDefinedClasses() local
74 Iterator<?> defined = fClassLoader.definedClasses().iterator(); in testJDIVisibleClasses() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lld/MachO/
H A DSyntheticSections.cpp206 if (auto *defined = dyn_cast<Defined>(entries[i])) in writeTo() local
280 static void encodeWeakOverride(const Defined *defined, in encodeWeakOverride()
337 for (const Defined *defined : definitions) in finalizeContents() local
367 if (const auto *defined = dyn_cast<Defined>(sym)) in needsBinding() local
379 } else if (auto *defined = dyn_cast<Defined>(sym)) { in addNonLazyBindingEntries() local
557 } else if (auto *defined = dyn_cast<Defined>(sym)) { in prepareBranchTarget() local
574 if (const auto *defined = dyn_cast<Defined>(sym)) { in finalizeContents() local
631 void SymtabSection::emitEndFunStab(Defined *defined) { in emitEndFunStab()
644 if (auto *defined = dyn_cast<Defined>(sym)) { in emitStabs() local
709 if (auto *defined = dyn_cast<Defined>(sym)) { in finalizeContents() local
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/lld/MachO/
H A DSyntheticSections.cpp206 if (auto *defined = dyn_cast<Defined>(entries[i])) in writeTo() local
280 static void encodeWeakOverride(const Defined *defined, in encodeWeakOverride()
337 for (const Defined *defined : definitions) in finalizeContents() local
367 if (const auto *defined = dyn_cast<Defined>(sym)) in needsBinding() local
379 } else if (auto *defined = dyn_cast<Defined>(sym)) { in addNonLazyBindingEntries() local
557 } else if (auto *defined = dyn_cast<Defined>(sym)) { in prepareBranchTarget() local
574 if (const auto *defined = dyn_cast<Defined>(sym)) { in finalizeContents() local
631 void SymtabSection::emitEndFunStab(Defined *defined) { in emitEndFunStab()
644 if (auto *defined = dyn_cast<Defined>(sym)) { in emitStabs() local
709 if (auto *defined = dyn_cast<Defined>(sym)) { in finalizeContents() local
[all …]
/dports/graphics/libheif/libheif-1.10.0/libheif/
H A Dnclx.h34 bool defined = false; member
54 bool defined = false; member
68 bool defined = false; member
/dports/devel/p5-MooseX-AttributeHelpers/MooseX-AttributeHelpers-0.25/lib/MooseX/AttributeHelpers/MethodProvider/
H A DImmutableHash.pm11 sub defined : method { method
/dports/devel/scalatest/scalatest-1.6.1/src/test/scala/org/scalatest/matchers/
H A DShouldBeSymbolSpec.scala614 def defined: Boolean = true method
617 def defined: Boolean = false method
643 def defined: Boolean = true method
648 def defined: Boolean = false method
658 val defined: Boolean = true constant
661 val defined: Boolean = false constant
/dports/devel/binutils/binutils-2.37/ld/testsuite/ld-scripts/
H A Ddefined5.s6 defined: label
H A Dexpr2.s3 defined: label
H A Ddefined4.s3 defined: label
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/test/ELF/linkerscript/Inputs/
H A Ddefine.s2 defined = 0 define
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lld/test/ELF/linkerscript/Inputs/
H A Ddefine.s2 defined = 0 define

12345678910>>...94