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 D | crash38.C | 27 Implicit(BASE value ): T(value) {}; in Implicit() function 28 Implicit() : T() {}; in Implicit() function
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfExpression.h | 143 enum { Unknown = 0, Register, Memory, Implicit }; enumerator
|
/openbsd-src/gnu/llvm/clang/include/clang/Index/ |
H A D | IndexSymbol.h | 111 Implicit = 1 << 8, enumerator
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | Attr.h | 49 unsigned Implicit : 1; variable
|
H A D | DeclBase.h | 296 unsigned Implicit : 1; variable
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | MachineInstrBuilder.h | 46 Implicit = 0x4, enumerator
|
/openbsd-src/gnu/llvm/lldb/source/Expression/ |
H A D | DWARFExpression.cpp | 752 Implicit enumerator
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 1325 auto *Implicit = ImplicitParamDecl::Create( in BuildFunctionArgList() local
|
H A D | MicrosoftCXXABI.cpp | 1652 llvm::Value *Implicit = in EmitDestructorCall() local
|
/openbsd-src/gnu/llvm/clang/utils/TableGen/ |
H A D | ClangAttrEmitter.cpp | 2504 auto emitCreate = [&](bool Implicit, bool DelayedArgsOnly, bool emitFake) { in emitAttributes() 2566 bool emitFake) { in emitAttributes()
|
/openbsd-src/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 1485 bool Implicit = Record.readInt() != 0; in VisitObjCPropertyRefExpr() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | ExprCXX.cpp | 1156 LambdaCapture::LambdaCapture(SourceLocation Loc, bool Implicit, in LambdaCapture()
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 6201 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 D | SemaDeclAttr.cpp | 2432 bool Implicit, VersionTuple Introduced, VersionTuple Deprecated, in mergeAvailabilityAttr()
|