HomeSort by relevance Sort by last modified time
    Searched refs:SS (Results 51 - 75 of 127) sorted by null

1 23 4 5 6

  /ndk/sources/host-tools/make-3.81/
vmsjobs.c 235 sys$forcex (&pidToAbort, 0, SS$_ABORT);
255 if (!(status&SS$_NORMAL)) {
262 if (status==SS$_NORMAL)
264 if (status==SS$_ILLIOFUNC || status==SS$_NOPRIV) {
273 else if (!(status&SS$_NORMAL)) {
286 if (!(status&SS$_NORMAL)) {
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
read_pwd.c 327 if (status != SS$_NORMAL)
330 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))
354 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))
  /external/openssl/crypto/des/
read_pwd.c 327 if (status != SS$_NORMAL)
330 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))
354 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p3.cpp 24 struct SS : S {
30 struct T : SS, NonLiteral { // expected-note {{base class 'NonLiteral' of non-literal type}}
  /external/clang/lib/Parse/
ParseOpenMP.cpp 197 CXXScopeSpec SS;
205 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), false)) {
209 } else if (ParseUnqualifiedId(SS, false, false, false, ParsedType(),
223 ExprResult Res = Actions.ActOnOpenMPIdExpression(getCurScope(), SS,
ParseDecl.cpp     [all...]
ParseTentative.cpp     [all...]
ParseExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
DeclSpec.h     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
TreeTransform.h 449 /// \param SS The nested-name-specifier that qualifies the template
467 TemplateName TransformTemplateName(CXXScopeSpec &SS,
559 CXXScopeSpec &SS);
    [all...]
SemaTemplateVariadic.cpp 285 bool Sema::DiagnoseUnexpandedParameterPack(const CXXScopeSpec &SS,
290 if (!SS.getScopeRep() ||
291 !SS.getScopeRep()->containsUnexpandedParameterPack())
296 .TraverseNestedNameSpecifier(SS.getScopeRep());
298 return DiagnoseUnexpandedParameterPacks(SS.getRange().getBegin(),
386 void Sema::collectUnexpandedParameterPacks(CXXScopeSpec &SS,
388 NestedNameSpecifier *Qualifier = SS.getScopeRep();
392 NestedNameSpecifierLoc QualifierLoc(Qualifier, SS.location_data());
    [all...]
SemaDecl.cpp 125 /// within the given scope, with optional C++ scope specifier SS, to
133 Scope *S, CXXScopeSpec *SS,
145 } else if (SS && SS->isNotEmpty()) {
146 LookupCtx = computeDeclContext(*SS, false);
149 if (isDependentScopeSpecifier(*SS)) {
165 return ActOnTypenameType(S, SourceLocation(), *SS, II, NameLoc).get();
167 NestedNameSpecifierLoc QualifierLoc = SS->getWithLocInContext(Context);
179 RequireCompleteDeclContext(*SS, LookupCtx))
216 Kind, S, SS, Validator)
    [all...]
SemaLookup.cpp     [all...]
SemaExprCXX.cpp 45 ParsedType Sema::getInheritingConstructorName(CXXScopeSpec &SS,
48 NestedNameSpecifier *NNS = SS.getScopeRep();
81 Scope *S, CXXScopeSpec &SS,
117 if (SS.isSet()) {
118 NestedNameSpecifier *NNS = (NestedNameSpecifier *)SS.getScopeRep();
140 DeclContext *DC = computeDeclContext(SS, EnteringContext);
154 PrefixSS.Adopt(NestedNameSpecifierLoc(Prefix, SS.location_data()));
161 LookupCtx = computeDeclContext(SS, EnteringContext);
225 if (SS.isSet()) {
226 if (DeclContext *Ctx = computeDeclContext(SS, EnteringContext))
    [all...]
SemaTemplateInstantiateDecl.cpp 785 CXXScopeSpec SS;
786 SS.Adopt(QualifierLoc);
787 DC = SemaRef.computeDeclContext(SS);
    [all...]
SemaStmtAsm.cpp 371 ExprResult Sema::LookupInlineAsmIdentifier(CXXScopeSpec &SS,
382 ExprResult Result = ActOnIdExpression(getCurScope(), SS, TemplateKWLoc, Id,
  /external/clang/include/clang/Parse/
Parser.h 505 CXXScopeSpec &SS,
526 void AnnotateScopeToken(CXXScopeSpec &SS, bool IsNewAnnotation);
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
StreamChecker.cpp 369 const StreamState *SS = state->get<StreamMap>(Sym);
372 if (!SS)
377 if (SS->isClosed()) {
402 const StreamState *SS = state->get<StreamMap>(Sym);
403 if (!SS)
406 if (SS->isOpened()) {
  /external/chromium_org/third_party/opus/src/silk/
resampler_private_down_FIR.c 145 void *SS, /* I/O Resampler state */
151 silk_resampler_state_struct *S = (silk_resampler_state_struct *)SS;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
xdflong.asm 139 idesc64 isrL, 0x0008, 0 ; 0x0C, 12, #SS, Stack Fault
178 dw isrR, 0 ; 0x0C, 12, #SS, Stack Fault
xdfprotect.asm 79 mov ss, ax
113 idesc32 isrP, 0x0008, 0 ; 0x0C, 12, #SS, Stack Fault
151 dw isrR, 0 ; 0x0C, 12, #SS, Stack Fault
  /external/llvm/lib/CodeGen/
RegAllocFast.cpp 203 int SS = StackSlotForVirtReg[VirtReg];
204 if (SS != -1)
205 return SS; // Already has space allocated?
851 int SS = StackSlotForVirtReg[Reg];
852 if (SS == -1) {
867 .addFrameIndex(SS).addImm(Offset).addMetadata(MDPtr);
    [all...]
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp     [all...]

Completed in 647 milliseconds

1 23 4 5 6