Searched defs:ConstantValue (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/mojo/public/tools/bindings/generators/
H A Dmojom_cpp_generator.py45 def ConstantValue(constant): function
276 "constant_value": ConstantValue,
H A Dmojom_java_generator.py267 def ConstantValue(context, constant): function
377 'constant_value': ConstantValue,
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
H A Dmodule.py152 class ConstantValue(NamedValue): class in inherits:NamedValue
/external/llvm/lib/IR/
H A DInstructions.cpp163 Value *ConstantValue = getIncomingValue(0); local
165 if (getIncomingValue(i) != ConstantValue && getIncomingValue(i) != this) {
166 if (ConstantValue != this)
169 ConstantValue = getIncomingValue(i);
171 if (ConstantValue == this)
173 return ConstantValue;
/external/clang/lib/Sema/
H A DSemaInit.cpp7109 APValue ConstantValue; local
7111 switch (SCS->getNarrowingKind(S.Context, PostInit, ConstantValue,
7137 << ConstantValue.getAsString(S.getASTContext(), ConstantType)
H A DSemaChecking.cpp5451 enum ConstantValue { LT_Zero, Zero, One, GT_One, SizeOfConstVal }; enum
5475 enum ConstantValue ConstVal = Zero;
H A DSemaOverload.cpp307 /// \param ConstantValue If this is an NK_Constant_Narrowing conversion, the
314 APValue &ConstantValue,
348 ConstantValue = APValue(IntConstantValue);
368 if (Initializer->isCXX11ConstantExpr(Ctx, &ConstantValue)) {
370 assert(ConstantValue.isFloat());
371 llvm::APFloat FloatVal = ConstantValue.getFloat();
441 ConstantValue = APValue(InitializerValue);
312 getNarrowingKind(ASTContext &Ctx, const Expr *Converted, APValue &ConstantValue, QualType &ConstantType) const argument
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5452 SDValue ConstantValue; local
5464 if (!ConstantValue.getNode())
5465 ConstantValue = V;
5466 else if (ConstantValue != V)
5521 SDValue Val = DAG.getNode(AArch64ISD::DUP, dl, VT, ConstantValue);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 514 milliseconds