Home
last modified time | relevance | path

Searched refs:Formal (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DLint.cpp224 Argument *Formal = PI++; in visitCallSite() local
225 Assert1(Formal->getType() == Actual->getType(), in visitCallSite()
232 if (Formal->hasNoAliasAttr() && Actual->getType()->isPointerTy()) in visitCallSite()
242 if (Formal->hasStructRetAttr() && Actual->getType()->isPointerTy()) { in visitCallSite()
244 cast<PointerType>(Formal->getType())->getElementType(); in visitCallSite()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLint.cpp259 Argument *Formal = &*PI++; in visitCallSite() local
260 Assert(Formal->getType() == Actual->getType(), in visitCallSite()
268 if (Formal->hasNoAliasAttr() && Actual->getType()->isPointerTy()) { in visitCallSite()
285 if (Formal->hasStructRetAttr() && Actual->getType()->isPointerTy()) { in visitCallSite()
287 cast<PointerType>(Formal->getType())->getElementType(); in visitCallSite()
/external/llvm/lib/Analysis/
DLint.cpp237 Argument *Formal = &*PI++; in visitCallSite() local
238 Assert(Formal->getType() == Actual->getType(), in visitCallSite()
246 if (Formal->hasNoAliasAttr() && Actual->getType()->isPointerTy()) in visitCallSite()
255 if (Formal->hasStructRetAttr() && Actual->getType()->isPointerTy()) { in visitCallSite()
257 cast<PointerType>(Formal->getType())->getElementType(); in visitCallSite()
/external/python/pyasn1/docs/source/pyasn1/type/useful/
Dutctime.rst18 Formal syntax for the *UTCTime* value is:
Dgeneralizedtime.rst20 Formal syntax for the *GeneralizedTime* value is:
/external/python/cpython2/Doc/library/
Dxmllib.rst117 single: Formal Public Identifier
120 The arguments are the tag name of the root element, the Formal Public
/external/libxml2/os400/libxmlrpg/
Dxmlregexp.rpgle121 * Formal regular expression handling
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Dbroadcasting.md106 ### Formal definition
/external/icu/icu4c/source/data/locales/
Daz.txt889 full_width_form_variant{"Tam Genişlik Formalı Variant"}
891 half_width_form_variant{"Genişlik Formalı Variant"}
/external/python/cpython2/Doc/howto/
Dfunctional.rst92 * Formal provability.
98 Formal provability
1213 Formal provability
/external/python/cpython3/Doc/howto/
Dfunctional.rst93 * Formal provability.
99 Formal provability
/external/python/cpython2/Doc/reference/
Dexpressions.rst786 Formal parameters using the syntax ``*identifier`` or ``**identifier`` cannot be
787 used as positional argument slots or as keyword argument names. Formal
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenAsmMatcher.inc11698 auto Formal = static_cast<MatchClassKind>(it->Classes[FormalIdx]);
11700 dbgs() << " Matching formal operand class " << getMatchClassName(Formal)
11709 … bool ThisOperandValid = (Formal == InvalidMatchClass) || isSubclass(Formal, OptionalMatchClass);
11715 NearMissInfo::getTooFewOperands(Formal, it->Opcode);
11731 unsigned Diag = validateOperandClass(Actual, Formal);
11741 unsigned TargetDiag = validateTargetOperandClass(Actual, Formal);
11755 if (Diag == Match_InvalidOperand && isSubclass(Formal, OptionalMatchClass)) {
11768 NearMissInfo::getMissedOperand(Diag, Formal, it->Opcode, ActualIdx);
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
DMipsGenAsmMatcher.inc7725 auto Formal = static_cast<MatchClassKind>(it->Classes[FormalIdx]);
7727 dbgs() << " Matching formal operand class " << getMatchClassName(Formal)
7736 OperandsValid = (Formal == InvalidMatchClass) || isSubclass(Formal, OptionalMatchClass);
7741 unsigned Diag = validateOperandClass(Actual, Formal);
7751 unsigned TargetDiag = validateTargetOperandClass(Actual, Formal);
7765 if (Diag == Match_InvalidOperand && isSubclass(Formal, OptionalMatchClass)) {
/external/python/cpython3/Doc/reference/
Dexpressions.rst1013 Formal parameters using the syntax ``*identifier`` or ``**identifier`` cannot be
/external/apache-commons-bcel/docs/verifier/
DJustIce.lyx13865 Freund, John Mitchell: A Formal Framework for the Java Bytecode Language
14137 Zhenyu Qian: A Formal Specification of Java
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenAsmMatcher.inc24965 auto Formal = static_cast<MatchClassKind>(it->Classes[FormalIdx]);
24967 dbgs() << " Matching formal operand class " << getMatchClassName(Formal)
24976 OperandsValid = (Formal == InvalidMatchClass) || isSubclass(Formal, OptionalMatchClass);
24981 unsigned Diag = validateOperandClass(Actual, Formal);
24991 unsigned TargetDiag = validateTargetOperandClass(Actual, Formal);
25005 if (Diag == Match_InvalidOperand && isSubclass(Formal, OptionalMatchClass)) {
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
DX86GenAsmMatcher.inc36000 auto Formal = static_cast<MatchClassKind>(it->Classes[FormalIdx]);
36002 dbgs() << " Matching formal operand class " << getMatchClassName(Formal)
36011 OperandsValid = (Formal == InvalidMatchClass) || isSubclass(Formal, OptionalMatchClass);
36016 unsigned Diag = validateOperandClass(Actual, Formal);
36026 unsigned TargetDiag = validateTargetOperandClass(Actual, Formal);
36040 if (Diag == Match_InvalidOperand && isSubclass(Formal, OptionalMatchClass)) {