Searched refs:equals (Results 76 - 100 of 146) sorted by relevance

123456

/freebsd-11-stable/contrib/llvm-project/clang/tools/driver/
H A Ddriver.cpp364 if (StringRef(TargetAndMode.DriverMode).equals("--driver-mode=cl") ||
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp484 if (MDName->getString().equals("loop_header_weight")) {
H A DMetadata.cpp1325 if (!ProfDataName || !ProfDataName->getString().equals("branch_weights"))
1356 if (ProfDataName->getString().equals("branch_weights")) {
1365 } else if (ProfDataName->getString().equals("VP") &&
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryWriter.cpp521 if (sg.name.equals(s.segmentName)) {
565 if (!sg.name.equals("__LINKEDIT")) {
676 if (seg.name.equals("__LINKEDIT")) {
1272 if (partialStr.substr(0, n).equals(edgeStr.substr(0, n))) {
H A DMachONormalizedFileToAtoms.cpp113 if (!p->segmentName.equals(section.segmentName) && !p->segmentName.empty())
115 if (!p->sectionName.equals(section.sectionName) && !p->sectionName.empty())
692 return section.segmentName.equals("__DWARF");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp440 return F.getName().equals(GCSafepointPollName);
H A DADCE.cpp348 if (Callee->getName().equals(getInstrProfValueProfFuncName()))
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java670 if (!s.equals("2")) {
679 if (!s.equals("4")) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp171 bool LiveVariables::LivenessValues::equals(const LivenessValues &V) const { function in class:LiveVariables::LivenessValues
603 else if (prevVal.equals(val))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp370 if (S.Name.equals(".text"))
372 else if (S.Name.equals(".data"))
/freebsd-11-stable/contrib/binutils/gas/
H A Dread.c667 equals (line_start,
779 equals (s, 1);
798 equals (s, -1);
809 equals (s, 1);
5344 equals (char *sym_name, int reassign)
5328 equals (char *sym_name, int reassign) function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp152 return Component.equals("..") || Component.equals(".");
1232 if (Name.equals(Root->getName())) {
1245 if (DirContent && Name.equals(Content->getName()))
1689 if (Start->equals("."))
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h620 /// fieldDecl(hasInClassInitializer(integerLiteral(equals(2))))
984 /// Matches if the number of template arguments equals \p N.
3250 /// Matches when at least one of the supplied string equals to the
3947 /// withInitializer(integerLiteral(equals(1)))))))
4031 /// objcMessageExpr(hasAnyArgument(integerLiteral(equals(12))))
4464 /// Example matches true (matcher = hasCondition(cxxBoolLiteral(equals(true))))
4481 /// (matcher = ifStmt(hasThen(cxxBoolLiteral(equals(true)))))
4493 /// (matcher = ifStmt(hasElse(cxxBoolLiteral(equals(true)))))
4502 /// Matches if a node equals a previously bound node.
4504 /// Matches a node if it equals th
4671 equals(const ValueT &Value) { function in namespace:clang
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1928 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize))
1978 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize))
/freebsd-11-stable/contrib/gcc/doc/
H A Dmakefile.texi71 of the @file{.exp} file, optionally followed by (for some tests) an equals
/freebsd-11-stable/contrib/gperf/src/
H A Dsearch.cc966 equals (const unsigned int *ptr1, const unsigned int *ptr2, unsigned int len) function
1001 && equals (equclass->_undetermined_chars, undetermined_chars,
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1179 !InstRecIg->getFoundDecl()->getName().equals("self"))
1184 !ME->getSelector().getNameForSlot(0).equals("class"))
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp149 if (Lang.CPlusPlus11 && (Text.equals("override") || Text.equals("final")))
2435 return TrimmedValue.equals(MacroText);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp352 if (Scope.equals("none"))
355 if (Scope.equals("all"))
358 assert(Scope.equals("non-leaf") && "Expected all, none or non-leaf");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp15 // the entry and exit), the sum of incoming edge counts equals the sum of
1594 F.getName().equals(ViewBlockFreqFuncName))) {
1609 F.getName().equals(ViewBlockFreqFuncName))) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp94 if (Name.equals("-I") || Name.equals("-L"))
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp785 if (getLangOpts().CPlusPlus && Base.equals("this")) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp688 if (!class_name.equals("NSURL"))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp1037 F.getName().equals(PrintBranchProbFuncName))) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp687 if (Options.LongFileNames && !Filename.equals(MainFilename))

Completed in 298 milliseconds

123456