Home
last modified time | relevance | path

Searched refs:equals (Results 151 – 175 of 235) sorted by relevance

12345678910

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp725 if (!Args.getLastArgValue(options::OPT_x).equals("cl")) in TranslateArgs()
H A DCommonArgs.cpp350 if (Name.equals("-I") || Name.equals("-L") || Name.empty()) in addDirectoryList()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp805 if (!class_name.equals("NSURL")) in NSURLSummaryProvider()
/freebsd/bin/sh/
H A DTOUR143 number). The parameter's name comes next, terminated by an equals
/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp468 return path1.equals(path2); in equalsPath()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp1278 F.getName().equals(PrintBranchProbFuncName))) { in calculate()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4047 if (MacroName.equals("nil") || MacroName.equals("NULL") || in getMacroUsagePriority()
4048 MacroName.equals("Nil")) { in getMacroUsagePriority()
4054 else if (MacroName.equals("YES") || MacroName.equals("NO") || in getMacroUsagePriority()
4055 MacroName.equals("true") || MacroName.equals("false")) in getMacroUsagePriority()
4058 else if (MacroName.equals("bool")) in getMacroUsagePriority()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp762 if (!ProfDataName || (!ProfDataName->getString().equals("branch_weights") && in updateProfWeight()
763 !ProfDataName->getString().equals("VP"))) in updateProfWeight()
779 if (ProfDataName->getString().equals("branch_weights") && in updateProfWeight()
789 } else if (ProfDataName->getString().equals("VP")) in updateProfWeight()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp651 !StringRef(Triple::getArchTypePrefix(Arch)).equals("mips")) { in setMipsABI()
662 IsMipsN64ABI = Obj.getFileFormatName().equals("elf64-mips"); in setMipsABI()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp610 if (StringRef(VReg.Class.Value).equals("_")) { in parseRegisterInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp1282 if (!RemarkName.equals("FunctionName")) in emitResourceUsageRemarks()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1687 if (DeoptLowering.equals("live-in")) in makeStatepointExplicitImpl()
1690 assert(DeoptLowering.equals("live-through") && "Unsupported value!"); in makeStatepointExplicitImpl()
/freebsd/crypto/heimdal/doc/
H A Dlayman.asc113 = bold equals sign expresses terms as subterms
1581 before the equals sign, and the AttributeValue value (a
1583 equals sign.
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2298 if(Tok.getIdentifier().equals("sae")){ in ParseRoundingModeOp()
2508 if (!(Tok.getString().equals("PTR") || Tok.getString().equals("ptr"))) in ParseIntelMemoryOperandSize()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp1124 if (rel.sym->getName().equals("__morestack")) in adjustSplitStackFunctionPrologues()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp1162 if (Result.getRawIdentifier().equals("nil")) { in VisitObjCMessageExpr()
H A DMallocChecker.cpp1657 if (S.getNameForSlot(i).equals("freeWhenDone")) in getFreeWhenDoneArg()
3163 FirstSlot.equals("valueWithPointer")) { in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp871 if (sc.function && compiler_ctx.equals(sc.function->GetCompilerContext())) in FindFunctions()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1142 if (namespace_decl->getName().equals(name)) in FindNamespaceDecl()
H A DSymbolFilePDB.cpp1144 if (!name.GetStringRef().equals( in FindGlobalVariables()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1229 if (!Tag->getString().equals("VP")) in getValueProfDataFromInst()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp402 IsPageZeroSegment |= StringRef("__PAGEZERO").equals(S.segname); in parseSegmentLoadCommand()
2946 if (!CumulativeString.equals(Other.CumulativeString)) in operator ==()
4367 if (!Info.SegmentName.equals(CurSegName)) { in BindRebaseSegInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp225 if (S && S->getString().equals(StringMD)) { in addStringMetadataToLoop()
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriver.cpp1519 if (config->osoPrefix.equals(".") || config->osoPrefix.ends_with(sep)) in link()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp4396 return !ScopeName && AttrName->getName().equals("nodiscard"); in IsBuiltInOrStandardCXX11Attribute()
4398 return !ScopeName && AttrName->getName().equals("maybe_unused"); in IsBuiltInOrStandardCXX11Attribute()

12345678910