/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfExpression.h | 143 enum { Unknown = 0, Register, Memory, Implicit }; global() enumerator
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | AttributeCommonInfo.h | 124 static Form Implicit() { return AS_Implicit; } in Implicit() function
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Index/ |
H A D | IndexSymbol.h | 111 Implicit = 1 << 8, enumerator
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineInstrBuilder.h | 47 Implicit = 0x4, global() enumerator
|
/freebsd-src/contrib/llvm-project/lldb/source/Expression/ |
H A D | DWARFExpression.cpp | 762 Implicit global() enumerator
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 1333 auto *Implicit = ImplicitParamDecl::Create( BuildFunctionArgList() local
|
H A D | MicrosoftCXXABI.cpp | 1666 llvm::Value *Implicit = EmitDestructorCall() local
|
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangAttrEmitter.cpp | 2633 __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 D | ExprCXX.cpp | 1166 LambdaCapture(SourceLocation Loc,bool Implicit,LambdaCaptureKind Kind,ValueDecl * Var,SourceLocation EllipsisLoc) LambdaCapture() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 1514 bool Implicit = Record.readInt() != 0; VisitObjCPropertyRefExpr() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 6347 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 D | SemaType.cpp | 7567 bool Implicit = (State == nullptr); CheckNullabilityTypeSpecifier() local
|
H A D | SemaDeclAttr.cpp | 2457 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
|