Searched refs:Formal (Results 1 – 18 of 18) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | Lint.cpp | 224 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/ |
D | Lint.cpp | 259 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/ |
D | Lint.cpp | 237 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/ |
D | utctime.rst | 18 Formal syntax for the *UTCTime* value is:
|
D | generalizedtime.rst | 20 Formal syntax for the *GeneralizedTime* value is:
|
/external/python/cpython2/Doc/library/ |
D | xmllib.rst | 117 single: Formal Public Identifier 120 The arguments are the tag name of the root element, the Formal Public
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlregexp.rpgle | 121 * Formal regular expression handling
|
/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
D | broadcasting.md | 106 ### Formal definition
|
/external/icu/icu4c/source/data/locales/ |
D | az.txt | 889 full_width_form_variant{"Tam Genişlik Formalı Variant"} 891 half_width_form_variant{"Genişlik Formalı Variant"}
|
/external/python/cpython2/Doc/howto/ |
D | functional.rst | 92 * Formal provability. 98 Formal provability 1213 Formal provability
|
/external/python/cpython3/Doc/howto/ |
D | functional.rst | 93 * Formal provability. 99 Formal provability
|
/external/python/cpython2/Doc/reference/ |
D | expressions.rst | 786 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/ |
D | ARMGenAsmMatcher.inc | 11698 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/ |
D | MipsGenAsmMatcher.inc | 7725 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/ |
D | expressions.rst | 1013 Formal parameters using the syntax ``*identifier`` or ``**identifier`` cannot be
|
/external/apache-commons-bcel/docs/verifier/ |
D | JustIce.lyx | 13865 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/ |
D | AArch64GenAsmMatcher.inc | 24965 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/ |
D | X86GenAsmMatcher.inc | 36000 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)) {
|