Home
last modified time | relevance | path

Searched refs:equals (Results 126 – 150 of 235) sorted by relevance

12345678910

/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp296 !TokenRef.equals(TargetOPTLegacy); in addTargetAndModeForProgramName()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp186 if (Lang.CPlusPlus11 && (Text.equals("override") || Text.equals("final"))) in shouldWarnOnMacroDef()
2809 return TrimmedValue.equals(MacroText); in isConfigurationPattern()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp591 if (!Name->getString().equals("btf_decl_tag")) in processDeclAnnotations()
630 if (!Name->getString().equals("btf_type_tag")) in genBTFTypeTags()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp941 if (Name.equals(S->getString())) in GetUnrollMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp904 return LHS.MemoryExpression::equals(RHS); in equalsLoadStoreHelper()
907 bool LoadExpression::equals(const Expression &Other) const { in equals() function in LoadExpression
911 bool StoreExpression::equals(const Expression &Other) const { in equals() function in StoreExpression
3352 assert(ValueExpr && ValueExpr->equals(*SE) && in verifyStoreExpressions()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1189 if (AProfName.equals("branch_weights") && in mergeDirectCallProfMetadata()
1190 BProfName.equals("branch_weights")) { in mergeDirectCallProfMetadata()
H A DBasicBlock.cpp720 if (MDName->getString().equals("loop_header_weight")) { in getIrrLoopHeaderWeight()
H A DType.cpp837 if (Name.equals("spirv.Image")) in getTargetTypeInfo()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp339 if (FieldName.equals(KV->first)) in printErrorContext()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp211 ComparesToSame(integerLiteral(equals(0))))); in isValueOrNotEqX()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp148 if (arg_string.equals("-c") || count_opt.starts_with(arg_string)) { in GetRepeatCommand()
155 } else if (arg_string.equals("-s") || start_opt.starts_with(arg_string)) { in GetRepeatCommand()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp337 .equals("true"); in initialize()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h943 if ((CaseSensitive ? lhs.equals(rhs) : lhs.equals_insensitive(rhs))) in pathComponentMatches()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp232 if (!Prefix.empty() && !Prefix.equals("g")) in constructDieID()
/freebsd/contrib/ntp/sntp/libevent/
H A DCMakeLists.txt85 # equals to VERSION_INFO in Makefile.am
90 # equals to RELEASE in Makefile.am
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-verification-options.pod129 each of its sub-fields equals the corresponding subject key identifier, serial
137 equals the public key algorithm of the candidate issuer certificate.
/freebsd/contrib/libevent/
H A DCMakeLists.txt85 # equals to VERSION_INFO in Makefile.am
90 # equals to RELEASE in Makefile.am
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2071 F.getName().equals(ViewBlockFreqFuncName))) { in annotateAllFunctions()
2086 F.getName().equals(ViewBlockFreqFuncName))) { in annotateAllFunctions()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1809 if (ProjectionFunctionName.equals("__swift_async_resume_project_context")) { in splitAsyncCoroutine()
1812 } else if (ProjectionFunctionName.equals( in splitAsyncCoroutine()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp708 if (!Section.equals(NonCoalSection)) { in parseDirectiveSection()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp1036 if (Name.equals(S->getString())) in findOptionMDForLoopID()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp832 if (getLangOpts().CPlusPlus && Base.equals("this")) { in LookupInlineAsmField()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp6628 } else if (field_name.equals(name)) { in GetIndexOfChildMemberWithName()
6715 if (ivar_decl->getName().equals(name_sref)) { in GetIndexOfChildMemberWithName()
6884 if (field->getName().equals(name)) in GetIndexOfChildWithName()
6911 if (ivar_decl->getName().equals(name)) { in GetIndexOfChildWithName()
6922 if (superclass_interface_decl->getName().equals(name)) in GetIndexOfChildWithName()
9117 ii->getName().equals(name.AsCString(nullptr))) in DeclContextFindDeclByName()
9124 if (ii != nullptr && ii->getName().equals(name.AsCString(nullptr))) in DeclContextFindDeclByName()
9234 !ii->getName().equals(child_name->AsCString(nullptr))) in CountDeclLevels()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp681 if (options.LongFileNames && !filename.equals(mainFilename)) in getCoveragePath()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp855 StringRef(DiagStr, DiagEnd - DiagStr).equals("%0") && in FormatDiagnostic()

12345678910