Home
last modified time | relevance | path

Searched refs:equals (Results 101 – 125 of 235) sorted by relevance

12345678910

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h358 bool equals(const LVElement *Element) const;
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp47 if (!sys::fs::real_path(UpperDest, RealDest) && Path.equals(RealDest)) in isCaseSensitivePath()
H A DAPFloat.cpp3126 if (str.equals("inf") || str.equals("INFINITY") || str.equals("+Inf")) { in convertFromStringSpecials()
3137 if (str.equals("inf") || str.equals("INFINITY") || str.equals("Inf")) { in convertFromStringSpecials()
H A DVirtualFileSystem.cpp160 return Component.equals("..") || Component.equals("."); in isTraversalComponent()
1698 if (Name.equals(Root->getName())) { in lookupOrCreateEntry()
1709 if (DirContent && Name.equals(Content->getName())) in lookupOrCreateEntry()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java670 if (!s.equals("2")) { in main()
679 if (!s.equals("4")) { in main()
/freebsd/crypto/openssl/doc/man3/
H A DASN1_TIME_set.pod221 before I<t>, 0 if I<s> equals I<t>, or 1 if I<s> is after I<t>. -2 is returned
224 ASN1_TIME_compare() returns -1 if I<a> is before I<b>, 0 if I<a> equals I<b>,
H A DERR_get_error.pod98 In this case the value given for the flag is irrelevant (and equals 0).
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp362 if (S.Name.equals(".text")) in initializeOptionalHeader()
364 else if (S.Name.equals(".data")) in initializeOptionalHeader()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DOffloadBinary.cpp86 if (!NameOrErr->equals(".llvm.offloading")) in extractFromObject()
H A DArchive.cpp272 if (Name.equals("/<XFGHASHMAP>/")) in getName()
276 if (Name.equals("/<ECSYMBOLS>/")) in getName()
/freebsd/contrib/llvm-project/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp360 return BB.getName().equals(BBName); in main()
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-rehash.pod.in90 optionally prefixed with some text and an equals sign.
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVCompare.cpp211 return Reference->equals(Target); in execute()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp358 if (Sym.Name.equals(Symbol)) { in findSymbol()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp163 if ((*SectionNameOrErr).equals(".text") || in mapVirtualAddress()
164 (*SectionNameOrErr).equals(".code")) in mapVirtualAddress()
H A DLVCodeViewVisitor.cpp837 if (Local.Name.equals("this")) { in visitKnownRecord()
888 if (Local.Name.equals("this")) { in visitKnownRecord()
1432 Local.Name.equals("this")) { in visitKnownRecord()
1672 if (UDT.Name.equals(RecordName)) in visitKnownRecord()
2743 if (OuterComponent.size() && OuterComponent.equals(RecordName)) { in visitKnownMember()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2189 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpEnabled()
2239 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpRefinementSteps()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp594 return F.getName().equals(GCSafepointPollName); in isGCSafepointPoll()
H A DADCE.cpp353 if (Callee->getName().equals(getInstrProfValueProfFuncName())) in isInstrumentsConstant()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp202 return KnownFile.first.equals(*IncludeName) && in operator ()()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5824 equals(const ValueT &Value) { in equals() function
5830 AST_POLYMORPHIC_MATCHER_P_OVERLOAD(equals,
5839 AST_POLYMORPHIC_MATCHER_P_OVERLOAD(equals,
5848 AST_POLYMORPHIC_MATCHER_P_OVERLOAD(equals,
8191 integerLiteral(equals(0), hasParent(expr(hasType(pointerType()))))); in AST_MATCHER_FUNCTION()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCPreEmitPeephole.cpp418 if (DSCRValue.getNumOccurrences() > 0 && MF.getName().equals("main") && in runOnMachineFunction()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h716 if (Name.equals("import")) in getOwn()
/freebsd/sys/contrib/device-tree/scripts/
H A DKbuild.include181 # Short version is used, if $(quiet) equals `quiet_', otherwise full one.
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DARMTargetParser.cpp613 if (!CPU.empty() && !CPU.equals("invalid")) in getARMCPUForArch()

12345678910