HomeSort by: relevance | last modified time | path
    Searched refs:Less (Results 1 - 25 of 53) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Thunk.h 62 bool Less(const VirtualAdjustment &RHS) const {
86 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual);
129 bool Less(const VirtualAdjustment &RHS) const {
150 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
CodeGen.h 54 Less = 1, // -O1
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
STLAlgorithmModeling.cpp 151 SVal Less = SVB.evalBinOp(StateFound, BO_LT,
155 assert(Less.getAs<DefinedSVal>() &&
157 StateFound = StateFound->assume(Less.castAs<DefinedSVal>(), true);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ComparisonCategories.h 64 /// defined in the standard library. e.g. 'std::strong_ordering::less'.
68 Less,
162 return getValueInfo(ComparisonCategoryResult::Less);
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
JITTargetMachineBuilder.cpp 130 case CodeGenOpt::Less:
131 OS << "Less";
  /src/external/apache2/llvm/dist/clang/lib/AST/
ComparisonCategories.cpp 191 case CCVT::Less:
192 return "less";
209 Values.push_back(CCR::Less);
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAsmMacro.h 53 Less, LessEqual, LessLess, LessGreater,
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
MCAsmLexer.cpp 82 case AsmToken::Less: OS << "Less"; break;
COFFMasmParser.cpp 376 if (getTok().isNot(AsmToken::Less) ||
381 if (getTok().isNot(AsmToken::Less) ||
  /src/external/apache2/llvm/dist/llvm/tools/llvm-isel-fuzzer/
llvm-isel-fuzzer.cpp 156 case '1': OLvl = CodeGenOpt::Less; break;
  /src/external/gpl2/groff/dist/arch/djgpp/
t-groff.bat 25 Rem Make the following command pipe to Less if you have Less installed:
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseTemplate.cpp 42 if (Tok.is(tok::kw_template) && NextToken().isNot(tok::less)) {
443 if (!TryConsumeToken(tok::less, LAngleLoc)) {
1056 Diag(LAngleLoc, diag::note_matching) << tok::less;
1219 assert(Tok.is(tok::less) && "Must have already parsed the template-name");
1296 assert((Tok.is(tok::less) || TypeConstraint) &&
1311 if (!TypeConstraint || Tok.is(tok::less)) {
1726 bool Parser::diagnoseUnknownTemplateId(ExprResult LHS, SourceLocation Less) {
1734 ParseGreaterThanInTemplateList(Less, Greater, true, false);
1736 Less, Greater);
1747 assert(Tok.is(tok::less) && "not at a potential angle bracket")
    [all...]
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/target/
llvm_target.ml 18 | Less
llvm_target.mli 23 | Less
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonStoreWidening.cpp 573 auto Less = [] (const MachineInstr *A, const MachineInstr *B) -> bool {
578 llvm::sort(G, Less);
  /src/common/lib/libc/arch/sparc64/string/
memset.S 93 bl,pn CCCR, Lmemset_cleanup ! Less than 8 bytes left
  /src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/handle-llvm/
handle_llvm.cpp 65 case '1': OLvl = CodeGenOpt::Less; break;
  /src/external/apache2/llvm/dist/llvm/lib/Target/
TargetMachineC.cpp 139 OL = CodeGenOpt::Less;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUTargetMachine.cpp 478 // to eliminate allocas before unroll we may choose to unroll less.
607 // less.
903 : TM.getOptLevel() > CodeGenOpt::Less)
937 : TM.getOptLevel() > CodeGenOpt::Less)
955 : TM->getOptLevel() > CodeGenOpt::Less)
1080 : TM->getOptLevel() > CodeGenOpt::Less) {
1173 if (TM->getOptLevel() > CodeGenOpt::Less)
  /src/external/apache2/llvm/dist/clang/lib/Tooling/
InterpolatingCompilationDatabase.cpp 79 template <bool Prefix> struct Less {
476 Less<Prefix>());
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Integral.h 34 return ComparisonCategoryResult::Less;
  /src/external/apache2/llvm/dist/libcxx/benchmarks/
string.bench.cpp 395 enum class Relation { Eq, Less, Compare };
397 static constexpr const char* Names[] = {"Eq", "Less", "Compare"};
412 case Relation::Less:
456 case Relation::Less:
  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/AsmParser/
BPFAsmParser.cpp 375 case AsmToken::Less:
  /src/external/apache2/llvm/dist/llvm/tools/llvm-lto2/
llvm-lto2.cpp 285 Conf.CGOptLevel = CodeGenOpt::Less;
  /src/external/gpl3/gcc/dist/libgcc/config/arm/
ieee754-df.S 1235 movne r0, #0 @ Less than, greater than, or unordered.
1251 movcc r0, #1 @ Less than.
1267 movls r0, #1 @ Less than or equal to.
1283 movls r0, #1 @ Operand 2 is less than or equal to operand 1.
1299 movcc r0, #1 @ Operand 2 is less than operand 1.

Completed in 42 milliseconds

1 2 3