Home
last modified time | relevance | path

Searched refs:protStr (Results 1 – 9 of 9) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/testprograms/
H A DInstanceVariablesTests.java37 protected String protStr = "protected"; field in InstanceVariablesTests
51 protected String protStr = "redefined protected"; field in IVTSubclass
H A DStaticVariablesTests.java29 protected static String protStr = "protected"; field in StaticVariablesTests
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dtagreader.cpp329 QCString protStr = XMLHandlers::value(attrib,"protection"); in startMember() local
333 if (protStr=="protected") in startMember()
337 else if (protStr=="private") in startMember()
602 QCString protStr = XMLHandlers::value(attrib,"protection"); in startBase() local
606 if (protStr=="protected") in startBase()
610 else if (protStr=="private") in startBase()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/MachO/
H A DDriver.cpp795 static uint32_t parseProtection(StringRef protStr) { in parseProtection() argument
797 for (char c : protStr) { in parseProtection()
811 error("unknown -segprot letter '" + Twine(c) + "' in " + protStr); in parseProtection()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/MachO/
H A DDriver.cpp840 static uint32_t parseProtection(StringRef protStr) { in parseProtection() argument
842 for (char c : protStr) { in parseProtection()
856 error("unknown -segprot letter '" + Twine(c) + "' in " + protStr); in parseProtection()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/MachO/
H A DDriver.cpp840 static uint32_t parseProtection(StringRef protStr) { in parseProtection() argument
842 for (char c : protStr) { in parseProtection()
856 error("unknown -segprot letter '" + Twine(c) + "' in " + protStr); in parseProtection()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/MachO/
H A DDriver.cpp840 static uint32_t parseProtection(StringRef protStr) { in parseProtection() argument
842 for (char c : protStr) { in parseProtection()
856 error("unknown -segprot letter '" + Twine(c) + "' in " + protStr); in parseProtection()
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/MachO/
H A DDriver.cpp840 static uint32_t parseProtection(StringRef protStr) { in parseProtection() argument
842 for (char c : protStr) { in parseProtection()
856 error("unknown -segprot letter '" + Twine(c) + "' in " + protStr); in parseProtection()
/dports/biology/ncbi-toolkit/ncbi/sequin/
H A Dsequin3.c9102 CharPtr protStr; in HasInternalStops() local
9115 protStr = BSMerge (bs, NULL); in HasInternalStops()
9123 stopStr = StringStr (protStr, "*"); in HasInternalStops()
9127 MemFree (protStr); in HasInternalStops()
9136 CharPtr protStr; in HasBadStartCodon() local
9152 protStr = BSMerge (bs, NULL); in HasBadStartCodon()
9157 protStr = MemFree (protStr); in HasBadStartCodon()
9167 CharPtr protStr; in HasBadStopCodon() local
9183 protStr = BSMerge (bs, NULL); in HasBadStopCodon()
9185 if (protStr[StringLen (protStr) - 1] != '*') { in HasBadStopCodon()
[all …]