Home
last modified time | relevance | path

Searched refs:NameFound (Results 1 – 25 of 31) sorted by relevance

12

/dports/devel/llvm80/llvm-8.0.1.src/lib/IR/
H A DIntrinsicInst.cpp90 StringRef NameFound = *LastLow; in lookupLLVMIntrinsicByName() local
91 if (Name == NameFound || in lookupLLVMIntrinsicByName()
92 (Name.startswith(NameFound) && Name[NameFound.size()] == '.')) in lookupLLVMIntrinsicByName()
/dports/devel/llvm70/llvm-7.0.1.src/lib/IR/
H A DIntrinsicInst.cpp92 StringRef NameFound = *LastLow;
93 if (Name == NameFound ||
94 (Name.startswith(NameFound) && Name[NameFound.size()] == '.'))
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/resources/
H A Drscalc.c644 BOOLEAN NameFound; in AcpiRsGetPciRoutingTableLength() local
687 NameFound = FALSE; in AcpiRsGetPciRoutingTableLength()
690 TableIndex < PackageElement->Package.Count && !NameFound; in AcpiRsGetPciRoutingTableLength()
704 NameFound = TRUE; in AcpiRsGetPciRoutingTableLength()
718 if (NameFound) in AcpiRsGetPciRoutingTableLength()
/dports/devel/llvm10/llvm-10.0.1.src/lib/IR/
H A DIntrinsicInst.cpp89 StringRef NameFound = *LastLow; in lookupLLVMIntrinsicByName() local
90 if (Name == NameFound || in lookupLLVMIntrinsicByName()
91 (Name.startswith(NameFound) && Name[NameFound.size()] == '.')) in lookupLLVMIntrinsicByName()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DIntrinsicInst.cpp89 StringRef NameFound = *LastLow; in lookupLLVMIntrinsicByName() local
90 if (Name == NameFound || in lookupLLVMIntrinsicByName()
91 (Name.startswith(NameFound) && Name[NameFound.size()] == '.')) in lookupLLVMIntrinsicByName()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp89 StringRef NameFound = *LastLow; in lookupLLVMIntrinsicByName() local
90 if (Name == NameFound || in lookupLLVMIntrinsicByName()
91 (Name.startswith(NameFound) && Name[NameFound.size()] == '.')) in lookupLLVMIntrinsicByName()
/dports/devel/llvm90/llvm-9.0.1.src/lib/IR/
H A DIntrinsicInst.cpp90 StringRef NameFound = *LastLow; in lookupLLVMIntrinsicByName() local
91 if (Name == NameFound || in lookupLLVMIntrinsicByName()
92 (Name.startswith(NameFound) && Name[NameFound.size()] == '.')) in lookupLLVMIntrinsicByName()
/dports/sysutils/acpica-tools/acpica-unix-20210930/source/components/resources/
H A Drscalc.c864 BOOLEAN NameFound; in AcpiRsGetPciRoutingTableLength() local
907 NameFound = FALSE; in AcpiRsGetPciRoutingTableLength()
910 TableIndex < PackageElement->Package.Count && !NameFound; in AcpiRsGetPciRoutingTableLength()
924 NameFound = TRUE; in AcpiRsGetPciRoutingTableLength()
938 if (NameFound) in AcpiRsGetPciRoutingTableLength()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/IR/
H A DIntrinsicInst.cpp91 StringRef NameFound = *LastLow; in lookupLLVMIntrinsicByName() local
92 if (Name == NameFound || in lookupLLVMIntrinsicByName()
93 (Name.startswith(NameFound) && Name[NameFound.size()] == '.')) in lookupLLVMIntrinsicByName()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/IR/
H A DIntrinsicInst.cpp91 StringRef NameFound = *LastLow; in lookupLLVMIntrinsicByName() local
92 if (Name == NameFound || in lookupLLVMIntrinsicByName()
93 (Name.startswith(NameFound) && Name[NameFound.size()] == '.')) in lookupLLVMIntrinsicByName()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/IR/
H A DIntrinsicInst.cpp91 StringRef NameFound = *LastLow; in lookupLLVMIntrinsicByName() local
92 if (Name == NameFound || in lookupLLVMIntrinsicByName()
93 (Name.startswith(NameFound) && Name[NameFound.size()] == '.')) in lookupLLVMIntrinsicByName()
/dports/devel/llvm11/llvm-11.0.1.src/lib/IR/
H A DIntrinsicInst.cpp91 StringRef NameFound = *LastLow; in lookupLLVMIntrinsicByName() local
92 if (Name == NameFound || in lookupLLVMIntrinsicByName()
93 (Name.startswith(NameFound) && Name[NameFound.size()] == '.')) in lookupLLVMIntrinsicByName()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/IR/
H A DIntrinsicInst.cpp91 StringRef NameFound = *LastLow; in lookupLLVMIntrinsicByName() local
92 if (Name == NameFound || in lookupLLVMIntrinsicByName()
93 (Name.startswith(NameFound) && Name[NameFound.size()] == '.')) in lookupLLVMIntrinsicByName()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/IR/
H A DIntrinsicInst.cpp174 StringRef NameFound = *LastLow; in lookupLLVMIntrinsicByName() local
175 if (Name == NameFound || in lookupLLVMIntrinsicByName()
176 (Name.startswith(NameFound) && Name[NameFound.size()] == '.')) in lookupLLVMIntrinsicByName()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/IR/
H A DIntrinsicInst.cpp174 StringRef NameFound = *LastLow; in lookupLLVMIntrinsicByName() local
175 if (Name == NameFound || in lookupLLVMIntrinsicByName()
176 (Name.startswith(NameFound) && Name[NameFound.size()] == '.')) in lookupLLVMIntrinsicByName()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp174 StringRef NameFound = *LastLow; in lookupLLVMIntrinsicByName() local
175 if (Name == NameFound || in lookupLLVMIntrinsicByName()
176 (Name.startswith(NameFound) && Name[NameFound.size()] == '.')) in lookupLLVMIntrinsicByName()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/IR/
H A DIntrinsicInst.cpp174 StringRef NameFound = *LastLow; in lookupLLVMIntrinsicByName() local
175 if (Name == NameFound || in lookupLLVMIntrinsicByName()
176 (Name.startswith(NameFound) && Name[NameFound.size()] == '.')) in lookupLLVMIntrinsicByName()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/IR/
H A DIntrinsicInst.cpp174 StringRef NameFound = *LastLow; in lookupLLVMIntrinsicByName() local
175 if (Name == NameFound || in lookupLLVMIntrinsicByName()
176 (Name.startswith(NameFound) && Name[NameFound.size()] == '.')) in lookupLLVMIntrinsicByName()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/IR/
H A DIntrinsicInst.cpp174 StringRef NameFound = *LastLow; in lookupLLVMIntrinsicByName() local
175 if (Name == NameFound || in lookupLLVMIntrinsicByName()
176 (Name.startswith(NameFound) && Name[NameFound.size()] == '.')) in lookupLLVMIntrinsicByName()
/dports/www/domoticz/domoticz-2020.2/hardware/
H A DPiFace.cpp135 int NameFound=-1; //assume not found in LocateValueInParameterArray() local
138 for (Parameter_Index=0;(Parameter_Index < Items) && (NameFound==-1);Parameter_Index++) in LocateValueInParameterArray()
142 NameFound=Parameter_Index; in LocateValueInParameterArray()
145 return (NameFound); in LocateValueInParameterArray()
184 int NameFound=0; in LoadConfig() local
288NameFound=LocateValueInParameterArray(Parametername,ParameterNames,CONFIG_NR_OF_PARAMETER_TYPES); in LoadConfig()
302 switch (NameFound) in LoadConfig()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DDh.c60 IN CHAR16 **NameFound in GetDriverName() argument
95 *NameFound = NULL; in GetDriverName()
96 StrnCatGrow(NameFound, NULL, NameToReturn, 0); in GetDriverName()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DDh.c185 IN CHAR16 **NameFound in GetDriverName() argument
220 *NameFound = NULL; in GetDriverName()
221 StrnCatGrow(NameFound, NULL, NameToReturn, 0); in GetDriverName()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DDh.c185 IN CHAR16 **NameFound in GetDriverName() argument
220 *NameFound = NULL; in GetDriverName()
221 StrnCatGrow(NameFound, NULL, NameToReturn, 0); in GetDriverName()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DDh.c185 IN CHAR16 **NameFound in GetDriverName() argument
220 *NameFound = NULL; in GetDriverName()
221 StrnCatGrow(NameFound, NULL, NameToReturn, 0); in GetDriverName()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DDh.c185 IN CHAR16 **NameFound in GetDriverName() argument
220 *NameFound = NULL; in GetDriverName()
221 StrnCatGrow(NameFound, NULL, NameToReturn, 0); in GetDriverName()

12