Home
last modified time | relevance | path

Searched defs:Implicit (Results 1 – 13 of 13) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h143 enum { Unknown = 0, Register, Memory, Implicit }; global() enumerator
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h124 static Form Implicit() { return AS_Implicit; } in Implicit() function
/freebsd-src/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h111 Implicit = 1 << 8, enumerator
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h47 Implicit = 0x4, global() enumerator
/freebsd-src/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp762 Implicit global() enumerator
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1333 auto *Implicit = ImplicitParamDecl::Create( BuildFunctionArgList() local
H A DMicrosoftCXXABI.cpp1666 llvm::Value *Implicit = EmitDestructorCall() local
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2633 __anon575287d10e02(bool Implicit, bool DelayedArgsOnly, bool emitFake) emitAttributes() argument
2694 __anon575287d10f02(bool Implicit, bool DelayedArgsOnly, bool emitFake) emitAttributes() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1166 LambdaCapture(SourceLocation Loc,bool Implicit,LambdaCaptureKind Kind,ValueDecl * Var,SourceLocation EllipsisLoc) LambdaCapture() argument
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1514 bool Implicit = Record.readInt() != 0; VisitObjCPropertyRefExpr() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp6347 if (OMPClause *Implicit = ActOnOpenMPFirstprivateClause( ActOnOpenMPExecutableDirective() local
6358 if (OMPClause *Implicit = ActOnOpenMPExecutableDirective() local
6385 if (OMPClause *Implicit = ActOnOpenMPMapClause( ActOnOpenMPExecutableDirective() local
6402 if (OMPClause *Implicit = ActOnOpenMPMapClause( ActOnOpenMPExecutableDirective() local
[all...]
H A DSemaType.cpp7567 bool Implicit = (State == nullptr); CheckNullabilityTypeSpecifier() local
H A DSemaDeclAttr.cpp2457 mergeAvailabilityAttr(NamedDecl * D,const AttributeCommonInfo & CI,IdentifierInfo * Platform,bool Implicit,VersionTuple Introduced,VersionTuple Deprecated,VersionTuple Obsoleted,bool IsUnavailable,StringRef Message,bool IsStrict,StringRef Replacement,AvailabilityMergeKind AMK,int Priority) mergeAvailabilityAttr() argument