Searched defs:Explicit (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/net/tools/testserver/
H A Dasn1.py70 class Explicit(object): class in inherits:object
71 '''Explicit prepends an explicit tag'''
/external/clang/test/CXX/dcl.decl/dcl.init/
H A Dp14-0x.cpp7 struct Explicit { // expected-note 2 {{candidate}} expected-note {{here}} struct
8 explicit Explicit(int);
32 Explicit e1; // expected-note {{here}}
33 Explicit e2 = 42; // expected-error {{no viable conversion}}
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAudioNode.h88 Explicit enumerator in enum:WebCore::AudioNode::ChannelCountMode
/external/clang/test/CXX/expr/expr.const/
H A Dp5-0x.cpp27 struct Explicit { struct
28 constexpr Explicit() {} function in struct:Explicit
/external/llvm/lib/Target/R600/
H A DAMDGPUIndirectAddressing.cpp329 bool Explicit = false; local
338 Explicit = Explicit || regHasExplicitDef(MRI, MO.getReg());
340 return Explicit;
/external/clang/include/clang/AST/
H A DComment.h738 void setDirection(PassDirection Direction, bool Explicit) { argument
740 ParamCommandCommentBits.IsDirectionExplicit = Explicit;
/external/clang/lib/Lex/
H A DModuleMap.cpp226 bool Explicit = UmbrellaModule->InferExplicitSubmodules; local
235 Explicit).first;
251 Explicit).first;
825 void parseInferredModuleDecl(bool Framework, bool Explicit);
1054 bool Explicit = false; local
1060 Explicit = true;
1081 return parseInferredModuleDecl(Framework, Explicit);
1098 } else if (Id.size() == 1 && Explicit) {
1101 Explicit = false;
1174 Explicit)
1696 parseInferredModuleDecl(bool Framework, bool Explicit) argument
[all...]
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp744 void Sema::CheckCXXThisCapture(SourceLocation Loc, bool Explicit) { argument
746 if (isUnevaluatedContext() && !Explicit)
763 Explicit) {
766 Explicit = false;
770 Diag(Loc, diag::err_this_capture) << Explicit;
H A DSemaExpr.cpp11318 bool Explicit = (Kind != TryCapture_Implicit); local
11413 if (CSI->ImpCaptureStyle == CapturingScopeInfo::ImpCap_None && !Explicit) {
11427 Explicit = false;

Completed in 274 milliseconds