Searched defs:Implicit (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfExpression.h | 82 enum { Unknown = 0, Register, Memory, Implicit }; enumerator
|
/freebsd/contrib/llvm-project/clang/include/clang/Index/ |
H A D | IndexSymbol.h | 111 Implicit = 1 << 8, enumerator
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | AttributeCommonInfo.h | 124 static Form Implicit() { return AS_Implicit; } in Implicit() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineInstrBuilder.h | 48 Implicit = 0x4, enumerator
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | DWARFExpression.cpp | 729 Implicit enumerator
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 1408 auto *Implicit = ImplicitParamDecl::Create( in BuildFunctionArgList() local
|
H A D | MicrosoftCXXABI.cpp | 1682 llvm::Value *Implicit = in EmitDestructorCall() local
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Config.h | 106 enum class GcsPolicy { Implicit, Never, Always }; enumerator
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangAttrEmitter.cpp | 2797 auto emitCreate = [&](bool Implicit, bool DelayedArgsOnly, bool emitFake) { in emitAttributes() 2858 bool emitFake) { in emitAttributes()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprCXX.cpp | 1216 LambdaCapture::LambdaCapture(SourceLocation Loc, bool Implicit, in LambdaCapture()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 1521 bool Implicit = Record.readInt() != 0; in VisitObjCPropertyRefExpr() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 6198 if (OMPClause *Implicit = ActOnOpenMPFirstprivateClause( in ActOnOpenMPExecutableDirective() local 6209 if (OMPClause *Implicit = in ActOnOpenMPExecutableDirective() local 6236 if (OMPClause *Implicit = ActOnOpenMPMapClause( in ActOnOpenMPExecutableDirective() local 6253 if (OMPClause *Implicit = ActOnOpenMPMapClause( in ActOnOpenMPExecutableDirective() local
|
H A D | SemaDeclAttr.cpp | 2076 bool Implicit, VersionTuple Introduced, VersionTuple Deprecated, in mergeAvailabilityAttr()
|
H A D | SemaType.cpp | 7150 bool Implicit = (State == nullptr); in CheckNullabilityTypeSpecifier() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 458 Implicit, enumerator
|