HomeSort by relevance Sort by last modified time
    Searched refs:UD (Results 1 - 18 of 18) sorted by null

  /external/clang/test/Preprocessor/
output_paste_avoid.cpp 41 // Be careful with UD-suffixes.
44 UD: StrSuffix()ident
45 UD: IntSuffix()ident
46 // CHECK: UD: "abc"_suffix ident
47 // CHECK: UD: 123_suffix ident
  /external/llvm/include/llvm/Support/
ErrorOr.h 53 ErrorHolder(T &&UD) : UserData(llvm_move(UD)) {}
55 ErrorHolder(T &UD) : UserData(UD) {}
200 ErrorOr(UserDataT UD, typename
203 Error = new ErrorHolder<UserDataT>(llvm_move(UD));
428 ErrorOr(UserDataT UD, typename
431 ErrorHolderBase *E = new ErrorHolder<UserDataT>(llvm_move(UD));
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
xdflong.asm 133 idesc64 isrL, 0x0008, 0 ; 0x06, 6, #UD, Invalid Opcode
172 dw isrR, 0 ; 0x06, 6, #UD, Invalid Opcode
xdfprotect.asm 107 idesc32 isrP, 0x0008, 0 ; 0x06, 6, #UD, Invalid Opcode
145 dw isrR, 0 ; 0x06, 6, #UD, Invalid Opcode
  /external/clang/lib/CodeGen/
CGDebugInfo.h 275 void EmitUsingDirective(const UsingDirectiveDecl &UD);
278 void EmitUsingDecl(const UsingDecl &UD);
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaLookup.cpp 142 void visit(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) {
143 DeclContext *NS = UD->getNominatedNamespace();
147 addUsingDirective(UD, EffectiveDC);
159 UsingDirectiveDecl *UD = *I;
160 DeclContext *NS = UD->getNominatedNamespace();
162 addUsingDirective(UD, EffectiveDC);
182 void addUsingDirective(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) {
185 DeclContext *Common = UD->getNominatedNamespace();
190 list.push_back(UnqualUsingEntry(UD->getNominatedNamespace(), Common));
    [all...]
TreeTransform.h     [all...]
SemaDeclAttr.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
DeclBase.cpp 157 if (const UsingShadowDecl *UD = dyn_cast<UsingShadowDecl>(this))
158 return UD->getTargetDecl()->isFunctionOrFunctionTemplate();
    [all...]
ASTContext.cpp     [all...]
Decl.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
h264-svc-99-640x360.rtpdump     [all...]

Completed in 439 milliseconds