Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h82 enum { Unknown = 0, Register, Memory, Implicit }; enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h111 Implicit = 1 << 8, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h124 static Form Implicit() { return AS_Implicit; } in Implicit() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h48 Implicit = 0x4, enumerator
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp729 Implicit enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1408 auto *Implicit = ImplicitParamDecl::Create( in BuildFunctionArgList() local
H A DMicrosoftCXXABI.cpp1682 llvm::Value *Implicit = in EmitDestructorCall() local
/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h106 enum class GcsPolicy { Implicit, Never, Always }; enumerator
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2797 auto emitCreate = [&](bool Implicit, bool DelayedArgsOnly, bool emitFake) { in emitAttributes()
2858 bool emitFake) { in emitAttributes()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1216 LambdaCapture::LambdaCapture(SourceLocation Loc, bool Implicit, in LambdaCapture()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1521 bool Implicit = Record.readInt() != 0; in VisitObjCPropertyRefExpr() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp6198 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 DSemaDeclAttr.cpp2076 bool Implicit, VersionTuple Introduced, VersionTuple Deprecated, in mergeAvailabilityAttr()
H A DSemaType.cpp7150 bool Implicit = (State == nullptr); in CheckNullabilityTypeSpecifier() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h458 Implicit, enumerator