HomeSort by: relevance | last modified time | path
    Searched defs:No (Results 1 - 16 of 16) sorted by relevancy

  /src/external/bsd/top/dist/
boolean.h 2 #define No 0
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kCallingConv.h 56 int No = ValNo;
57 while (No > 0) {
58 No -= I->getType()->isIntegerTy(64) ? 2 : 1;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/
ImportedFunctionsInliningStatistics.h 105 No = 0,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
FunctionImport.h 170 /// to computeDeadSymbols. Yes and No values used when status explicitly
172 enum class PrevailingType { Yes, No, Unknown };
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
ConstantMerge.cpp 104 enum class CanMerge { No, Yes };
107 return CanMerge::No;
109 return CanMerge::No;
224 if (makeMergeable(GV, Slot) == CanMerge::No)
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
RustDemangle.h 56 No,
ItaniumDemangle.h 124 enum class Cache : unsigned char { Yes, No, Unknown, };
144 Node(Kind K_, Cache RHSComponentCache_ = Cache::No,
145 Cache ArrayCache_ = Cache::No, Cache FunctionCache_ = Cache::No)
190 if (RHSComponentCache != Cache::No)
654 /*RHSComponentCache=*/Cache::Yes, /*ArrayCache=*/Cache::No,
745 /*RHSComponentCache=*/Cache::Yes, /*ArrayCache=*/Cache::No,
1082 return P->ArrayCache == Cache::No;
1084 ArrayCache = Cache::No;
1086 return P->FunctionCache == Cache::No;
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
ilist.h 49 /// If you want purely intrusive semantics with no callbacks, consider using \a
102 typedef char No[2];
107 template <class> static No &test(...);
117 typedef char No[2];
121 template <class> static No &test(...);
132 typedef char No[2];
137 template <class> static No &test(...);
335 if (where == first || where == last) return; // No change
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Value.h 268 enum class ReplaceMetadataUses { No, Yes };
537 /// # there is no value with code InstructionVal (no opcode==0).
582 /// If the Value has no attachments with the given ID, or if ID is invalid,
715 /// between the underlying value and the returned one. Thus, if no constant
890 // No need to sort 0 or 1 uses.
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCoroutine.cpp 113 unsigned No = 0;
119 No = ++Coro.AwaitNum;
122 No = ++Coro.YieldNum;
126 if (No > 1) {
127 Twine(No).toVector(Prefix);
190 // If expression is ready, no need to suspend.
460 // No longer need old terminator.
490 // If get_return_object returns void, no need to do an alloca.
522 // No Gro variable was allocated. Simply emit the call to
CGDecl.cpp 373 // Erase the old global, since it is no longer used.
420 // a no-op and should not be emitted.
840 // No way to optimize a producing initializer into this. It's not
1006 enum class IsPattern { No, Yes };
1133 llvm_unreachable("local variable has no parent function or method");
1259 constWithPadding(CGM, IsPattern::No, llvm::Constant::getNullValue(ElTy));
1309 /// variable declaration with auto, register, or no storage class specifier.
1401 assert(MD && "No Size expression debug node created");
1460 // candidate nor a __block variable and has no mutable members,
1522 // building the instruction so that it's there even in no-assert
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 207 enum class ForMemset { No, Yes };
642 MadeChange |= processLoopStores(SL.second, BECount, ForMemset::No);
965 // which will then no-alias a store to &A[100].
1561 /// or nullptr if there is no such.
1563 /// or nullptr if there is no such.
1733 // @llvm.dbg doesn't count as they have no semantic effect.
1869 // If there are no uses of CntPhi crate:
  /src/external/gpl3/gcc/dist/contrib/
paranoia.cc 52 facilities which have no exact analogy in Pascal. The Pascal
945 enum Guard { No, Yes };
1163 /*... now X = (unknown no.) ulps of 1+... */
1182 /*... now X == (unknown no.) ulps of 1 -... */
1372 GMult = No;
1404 GDiv = No;
1430 GAddSub = No;
1526 if ((RMult == Rounded) && (GMult == No))
1566 if (GDiv == No)
1617 if (GAddSub == No)
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/
paranoia.cc 52 facilities which have no exact analogy in Pascal. The Pascal
945 enum Guard { No, Yes };
1163 /*... now X = (unknown no.) ulps of 1+... */
1182 /*... now X == (unknown no.) ulps of 1 -... */
1372 GMult = No;
1404 GDiv = No;
1430 GAddSub = No;
1526 if ((RMult == Rounded) && (GMult == No))
1566 if (GDiv == No)
1617 if (GAddSub == No)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 325 /// No space before the '<' token
353 /// candidate. No attempt is made to track that 'foo' is also a candidate
1225 /// have a missleading indentation. If there is no
1353 /// ')' or ','. This will be NULL for parameters that have no
1442 assert(!ClassStack.empty() && "No lexed method stacks!");
2209 No,
2242 return AllowDefiningTypeSpec::No;
2373 /// cast. Return false if it's no a decl-specifier, or we're not sure.
2629 /// \returns SourceLocation() if there are no attributes.
2957 AR_NoAttributesParsed = 0, ///< No attributes are diagnosed
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Verifier.cpp 24 // * PHI nodes must have an entry for each predecessor, with no extras.
33 // * It is illegal to have a internal global value with no initializer
437 enum class AreDebugLocsAllowed { No, Yes };
873 Assert(!MD.isTemporary(), "Expected no forward declarations!", &MD);
906 visitMDNode(*N, AreDebugLocsAllowed::No);
1106 "DIBlockByRefStruct on DICompositeType is no longer supported", &N);
1244 AssertDI(N.getLine() == 0, "line specified with no file", &N, N.getLine());
1351 "DIArgList should have no operands other than a list of "
1620 "'Linker Options' named metadata no longer supported");
2116 "!prof annotations should have no less than 2 operands", MD)
    [all...]

Completed in 34 milliseconds