Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash38.C27 Implicit(BASE value ): T(value) {}; in Implicit() function
28 Implicit() : T() {}; in Implicit() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h143 enum { Unknown = 0, Register, Memory, Implicit }; enumerator
/openbsd-src/gnu/llvm/clang/include/clang/Index/
H A DIndexSymbol.h111 Implicit = 1 << 8, enumerator
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DAttr.h49 unsigned Implicit : 1; variable
H A DDeclBase.h296 unsigned Implicit : 1; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h46 Implicit = 0x4, enumerator
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DDWARFExpression.cpp752 Implicit enumerator
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1325 auto *Implicit = ImplicitParamDecl::Create( in BuildFunctionArgList() local
H A DMicrosoftCXXABI.cpp1652 llvm::Value *Implicit = in EmitDestructorCall() local
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2504 auto emitCreate = [&](bool Implicit, bool DelayedArgsOnly, bool emitFake) { in emitAttributes()
2566 bool emitFake) { in emitAttributes()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp1485 bool Implicit = Record.readInt() != 0; in VisitObjCPropertyRefExpr() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprCXX.cpp1156 LambdaCapture::LambdaCapture(SourceLocation Loc, bool Implicit, in LambdaCapture()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp6201 if (OMPClause *Implicit = ActOnOpenMPFirstprivateClause( in ActOnOpenMPExecutableDirective() local
6212 if (OMPClause *Implicit = in ActOnOpenMPExecutableDirective() local
6239 if (OMPClause *Implicit = ActOnOpenMPMapClause( in ActOnOpenMPExecutableDirective() local
6256 if (OMPClause *Implicit = ActOnOpenMPMapClause( in ActOnOpenMPExecutableDirective() local
H A DSemaDeclAttr.cpp2432 bool Implicit, VersionTuple Introduced, VersionTuple Deprecated, in mergeAvailabilityAttr()