/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
H A D | crash38.C | 24 template< class T, int n> class Implicit : public T { 27 Implicit(BASE value ): T(value) {}; in Implicit() function 28 Implicit() : T() {}; in Implicit() function 37 Implicit<Implicit<INTEGER, 2> , 3> y; in main()
|
/openbsd/gnu/usr.bin/perl/dist/threads/t/ |
H A D | context.t | 73 ok($res eq 'array', 'Implicit array context'); 77 ok($res eq 'scalar', 'Implicit scalar context'); 82 ok(! defined($res), 'Implicit void context'); 116 ok($ctx, 'Implicit array context'); 118 ok($res eq 'list', 'Implicit array context'); 122 ok(defined($ctx) && !$ctx, 'Implicit scalar context'); 124 ok($res eq 'scalar', 'Implicit scalar context'); 129 ok(! defined($ctx), 'Implicit void context'); 131 ok(! defined($res), 'Implicit void context');
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | Attr.h | 49 unsigned Implicit : 1; variable 76 IsPackExpansion(false), Implicit(false), IsLateParsed(IsLateParsed), in Attr() 93 bool isImplicit() const { return Implicit; } in isImplicit() 94 void setImplicit(bool I) { Implicit = I; } in setImplicit()
|
H A D | LambdaCapture.h | 73 LambdaCapture(SourceLocation Loc, bool Implicit, LambdaCaptureKind Kind,
|
H A D | DeclBase.h | 296 unsigned Implicit : 1; variable 385 Implicit(false), Used(false), Referenced(false), in Decl() 393 : DeclKind(DK), InvalidDecl(false), HasAttrs(false), Implicit(false), in Decl() 576 bool isImplicit() const { return Implicit; } in isImplicit() 577 void setImplicit(bool I = true) { Implicit = I; }
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfExpression.cpp | 192 LocationKind = Implicit; in addSignedConstant() 199 LocationKind = Implicit; in addUnsignedConstant() 205 LocationKind = Implicit; in addUnsignedConstant() 615 LocationKind = Implicit; in addExpression() 731 assert(LocationKind == Implicit || LocationKind == Unknown); in addWasmLocation() 732 LocationKind = Implicit; in addWasmLocation()
|
H A D | DwarfExpression.h | 143 enum { Unknown = 0, Register, Memory, Implicit }; enumerator 164 bool isImplicitLocation() const { return LocationKind == Implicit; } in isImplicitLocation()
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | Initialization.h | 234 bool Implicit, bool DefaultMemberInit, 238 Variable{Member, Implicit, DefaultMemberInit} {} 385 bool Implicit = false) { 386 return InitializedEntity(Member, Parent, Implicit, false); 393 bool Implicit = false) { 394 return InitializedEntity(Member->getAnonField(), Parent, Implicit, false);
|
/openbsd/gnu/usr.bin/perl/t/lib/feature/ |
H A D | implicit | 77 # Implicit unicode_string feature 88 # Implicit unicode_eval feature
|
/openbsd/gnu/llvm/clang/lib/Index/ |
H A D | IndexDecl.cpp | 174 Roles |= (SymbolRoleSet)SymbolRole::Implicit; in handleObjCMethod() 400 roles |= (SymbolRoleSet)SymbolRole::Implicit; in handleReferencedProtocols() 424 superRoles |= (SymbolRoleSet)SymbolRole::Implicit; in VisitObjCInterfaceDecl() 549 Roles |= (SymbolRoleSet)SymbolRole::Implicit; in VisitObjCPropertyImplDecl() 558 SymbolRoleSet(SymbolRole::Dynamic) | SymbolRoleSet(SymbolRole::Implicit); in VisitObjCPropertyImplDecl() 579 IvarRoles = (SymbolRoleSet)SymbolRole::Implicit; in VisitObjCPropertyImplDecl() 581 IvarRoles = (SymbolRoleSet)SymbolRole::Implicit; in VisitObjCPropertyImplDecl()
|
H A D | IndexingContext.cpp | 144 Roles |= (unsigned)SymbolRole::Implicit; in importedModule() 334 case SymbolRole::Implicit: in shouldReportOccurrenceForSystemDeclOnlyMode()
|
H A D | IndexBody.cpp | 262 Roles |= (unsigned)SymbolRole::Implicit; in VisitObjCMessageExpr() 331 Roles |= (unsigned)SymbolRole::Implicit; in passObjCLiteralMethodCall()
|
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/ |
H A D | enc_char_directive.txt | 4 Implicit Encoding with Warning and encoding directive in UTF-8
|
H A D | enc_char_wrong_directive.txt | 4 Implicit Encoding with Warning in UTF8 and wrong encoding directive iso-8859-1
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | MachineInstrBuilder.h | 46 Implicit = 0x4, enumerator 63 ImplicitDefine = Implicit | Define, 64 ImplicitKill = Implicit | Kill 103 flags & RegState::Implicit, 529 return B ? RegState::Implicit : 0; in getImplRegState()
|
/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/ |
H A D | sequence.tml | 16 # Implicit document start
|
H A D | mapping.tml | 36 # Implicit document start
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86FixupLEAs.cpp | 603 .addReg(Base.getReg(), RegState::Implicit) in optTwoAddrLEA() 604 .addReg(Index.getReg(), RegState::Implicit); in optTwoAddrLEA() 624 .addReg(BaseReg).addReg(Base.getReg(), RegState::Implicit); in optTwoAddrLEA() 635 .addReg(Base.getReg(), RegState::Implicit); in optTwoAddrLEA() 804 .addReg(Base.getReg(), RegState::Implicit) in processInstrForSlow3OpLEA() 805 .addReg(Index.getReg(), RegState::Implicit); in processInstrForSlow3OpLEA()
|
H A D | X86CallLowering.cpp | 110 MIB.addUse(PhysReg, RegState::Implicit); in assignValueToReg() 243 MIB.addDef(PhysReg, RegState::Implicit); in markPhysRegUsed() 366 MIB.addUse(X86::AL, RegState::Implicit); in lowerCall()
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsCallLowering.cpp | 122 MIB.addDef(PhysReg, RegState::Implicit); in markPhysRegUsed() 224 MIB.addUse(PhysReg, RegState::Implicit); in assignValueToReg() 479 MIB.addDef(Mips::SP, RegState::Implicit); in lowerCall() 540 MIB.addDef(Mips::GP, RegState::Implicit); in lowerCall()
|
/openbsd/gnu/llvm/llvm/lib/Target/M68k/GISel/ |
H A D | M68kCallLowering.cpp | 40 MIB.addUse(PhysReg, RegState::Implicit); in assignValueToReg() 165 MIB.addDef(PhysReg, RegState::Implicit); in assignValueToReg()
|
/openbsd/gnu/llvm/clang/include/clang/Index/ |
H A D | IndexSymbol.h | 111 Implicit = 1 << 8, enumerator
|
/openbsd/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
H A D | ReduceRegisterDefs.cpp | 102 unsigned OpFlags = getRegState(MO) & ~RegState::Implicit; in removeDefsFromFunction()
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64CallLowering.cpp | 221 MIB.addDef(PhysReg, RegState::Implicit); in markPhysRegUsed() 286 MIB.addUse(PhysReg, RegState::Implicit); in assignValueToReg() 464 MIB.addUse(AArch64::X21, RegState::Implicit); in lowerReturn() 1074 MIB.addReg(ForwardedReg, RegState::Implicit); in lowerTailCall() 1254 MIB.addDef(AArch64::X21, RegState::Implicit); in lowerCall()
|
/openbsd/gnu/usr.bin/gcc/gcc/f/ |
H A D | str-1t.fin | 86 Implicit IMPLICIT
|