Home
last modified time | relevance | path

Searched refs:equals (Results 176 – 200 of 235) sorted by relevance

12345678910

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp565 if (ObjectMode.equals("64")) { in computeTargetTriple()
567 } else if (ObjectMode.equals("32")) { in computeTargetTriple()
6609 bool driver::IsClangCL(StringRef DriverMode) { return DriverMode.equals("cl"); } in IsClangCL()
/freebsd/crypto/heimdal/lib/wind/
H A Drfc3492.txt237 length of the extended string, or <n+1,0> if i equals the length of
650 let bias = adapt(delta, h + 1, test h equals b?)
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp736 } else if (ClauseName.equals("simdlen")) { in parseDeclareSimdClauses()
1102 if (!SelectorName.equals("score")) in parseContextScore()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp2194 return A.getValueAsString().equals("true"); in isSet()
H A DVerifier.cpp2302 Check(ProfName.equals("function_entry_count") || in verifyFunctionMetadata()
2303 ProfName.equals("synthetic_function_entry_count"), in verifyFunctionMetadata()
4695 if (ProfName.equals("branch_weights")) { in visitProfMetadata()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp487 if (PropertyName.equals("target") || PropertyName.contains("delegate") || in rewriteToObjCProperty()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp89 return CapE.equals(CapE2); in push_back_nodup()
H A DUnsafeBufferUsage.cpp530 anyOf(integerLiteral(equals(0)), arrayInitIndexExpr()) in matcher()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp772 assert(Descriptor.PassID.equals(PassID) && in popPassRunDescriptor()
/freebsd/contrib/llvm-project/libcxx/include/
H A Ddeque941 // __new_edge_map - memory block (chunk) with new edge, it always equals to
943 // __old_edge_map - memory block (chunk) with old edge, it always equals to
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp471 if (c.equals(StringRef(MAI->getSeparatorString()))) in addExplicitComment()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp3503 F->getFunction().getName().equals(ViewBlockFreqFuncName))) { in runOnMachineFunction()
H A DTargetLoweringObjectFileImpl.cpp1037 if (FunctionSectionName.equals(".text") || in getSectionForMachineBasicBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPU.td233 "MIMG-NSA followed by VMEM fail if EXEC_LO or EXEC_HI equals zero"
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp1505 unsigned Size = Call->Builtin->Name.equals("ndrange_3D") ? 3 : 2; in buildNDRange()
/freebsd/contrib/ncurses/
H A Dconfigure19919 char *equals;
19928 equals = strchr(mynames[j], '=');
19929 if (equals != 0) {
19930 *equals++ = '\\0';
19931 myvalues[j] = str_alloc(equals);
H A Daclocal.m41150 char *equals;
1159 equals = strchr(mynames[j], '=');
1160 if (equals != 0) {
1161 *equals++ = '\\0';
1162 myvalues[j] = str_alloc(equals);
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp371 if (IsPseudo && !Name.equals("@LINE")) in parseNumericVariableUse()
/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp875 if (sec->name.equals(".toc")) in isRelroSection()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc519 return !fstype.equals("nfs");
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2661 if (GV.hasSection() && GV.getSection().equals("__llvm_prf_cnts") && in emitPGORefs()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp1407 if (PragmaType && PragmaType->TokenText.equals("omp")) in getNewLineColumn()
H A DFormat.cpp3751 if (!OriginalCode.equals(Fix.getReplacementText())) { in reformat()
/freebsd/contrib/diff/doc/
H A Ddiff.texi1477 equals @var{e} + 1.
1484 equals @var{l} + 1.
1487 The number of lines in the group in the old file; equals @var{l} - @var{f} + 1.
1509 If @var{A} equals @var{B} then @var{T} else @var{E}.
1513 @var{A}'s value equals @var{B}'s; otherwise it is equivalent to @var{E}.
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3487 if (loader_name.equals(freebsd_kernel_loader_name)) in CalculateStrata()

12345678910