Searched defs:Source (Results 51 - 75 of 105) sorted by relevance

12345

/external/clang/lib/Lex/
H A DPreprocessingRecord.cpp5 // This file is distributed under the University of Illinois Open Source
309 ExternalPreprocessingRecordSource &Source) {
312 ExternalSource = &Source;
308 SetExternalSource( ExternalPreprocessingRecordSource &Source) argument
/external/clang/test/SemaCXX/
H A Dscope-check.cpp398 class Source { class in namespace:PR18217
406 static void foo(const Source &SF, MyCl<TT *> Source::*m) { argument
418 int Source::getKind() const {
419 foo(*this, &Source::m);
/external/clang/unittests/AST/
H A DCommentParser.cpp5 // This file is distributed under the University of Illinois Open Source
53 FullComment *parseString(const char *Source);
56 FullComment *CommentParserTest::parseString(const char *Source) { argument
57 MemoryBuffer *Buf = MemoryBuffer::getMemBuffer(Source);
61 Lexer L(Allocator, Diags, Traits, Begin, Source, Source + strlen(Source));
68 llvm::errs() << "=== Source:\n" << Source << "\n=== AST:\n";
598 const char *Source local
605 const char *Source = "// Meow"; local
614 const char *Source = local
679 const char *Source = local
699 const char *Source = "// \\\\brief \\\\author"; local
723 const char *Source = local
752 const char *Source = "// \\\\param aaa"; local
771 const char *Source = "// \\\\param\\\\brief"; local
916 const char *Source = local
969 const char *Source = "// \\\\tparam\\\\brief"; local
992 const char *Source = "// \\\\c"; local
1009 const char *Source = "// \\\\c "; local
1027 const char *Source = "// \\\\c aaa\\n"; local
1044 const char *Source = "// \\\\c aaa bbb"; local
1062 const char *Source = "// \\\\unknown aaa\\n"; local
1194 const char *Source = local
1220 const char *Source = "// \\\\verbatim\\\\endverbatim\\n"; local
1235 const char *Source = "// \\\\verbatim Aaa \\\\endverbatim\\n"; local
1250 const char *Source = "// \\\\verbatim Aaa\\n"; local
1264 const char *Source = local
[all...]
/external/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp5 // This file is distributed under the University of Illinois Open Source
376 void BlockFrequencyInfoImplBase::distributeMass(const BlockNode &Source, argument
379 BlockMass Mass = Working[Source.Index].getMass();
/external/llvm/lib/Object/
H A DArchive.cpp5 // This file is distributed under the University of Illinois Open Source
189 ErrorOr<Archive *> Archive::create(std::unique_ptr<MemoryBuffer> Source) { argument
191 std::unique_ptr<Archive> Ret(new Archive(std::move(Source), EC));
197 Archive::Archive(std::unique_ptr<MemoryBuffer> Source, std::error_code &ec) argument
198 : Binary(Binary::ID_Archive, std::move(Source)), SymbolTable(child_end()) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DCSSStyleModel.js1374 WebInspector.CSSMedia.Source = {
/external/clang/include/clang/AST/
H A DExternalASTSource.h5 // This file is distributed under the University of Illinois Open Source
75 ExternalASTSource *Source; member in class:clang::ExternalASTSource::Deserializing
77 explicit Deserializing(ExternalASTSource *source) : Source(source) {
78 assert(Source);
79 Source->StartedDeserializing();
82 Source->FinishedDeserializing();
359 /// \param Source the external AST source.
362 T* get(ExternalASTSource *Source) const {
364 assert(Source &&
366 Ptr = reinterpret_cast<uint64_t>((Source
380 LazyData(ExternalASTSource *Source, T Value) argument
[all...]
/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp5 // This file is distributed under the University of Illinois Open Source
708 QualType Source, SourceLocation SourceLoc)
713 const FunctionProtoType *SFunc = GetUnderlyingFunction(Source);
728 const FunctionProtoType *Source, SourceLocation SourceLoc)
732 Target->getReturnType(), TargetLoc, Source->getReturnType(),
738 assert(Target->getNumParams() == Source->getNumParams() &&
743 Target->getParamType(i), TargetLoc, Source->getParamType(i),
705 CheckSpecForTypesEquivalent(Sema &S, const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID, QualType Target, SourceLocation TargetLoc, QualType Source, SourceLocation SourceLoc) argument
726 CheckParamExceptionSpec(const PartialDiagnostic & NoteID, const FunctionProtoType *Target, SourceLocation TargetLoc, const FunctionProtoType *Source, SourceLocation SourceLoc) argument
/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h5 // This file is distributed under the University of Illinois Open Source
72 Dependence(Instruction *Source, argument
74 Src(Source),
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsplugin.c401 void CMSEXPORT _cmsDecodeDateTimeNumber(const cmsDateTimeNumber *Source, struct tm *Dest) argument
405 _cmsAssert(Source != NULL);
407 Dest->tm_sec = _cmsAdjustEndianess16(Source->seconds);
408 Dest->tm_min = _cmsAdjustEndianess16(Source->minutes);
409 Dest->tm_hour = _cmsAdjustEndianess16(Source->hours);
410 Dest->tm_mday = _cmsAdjustEndianess16(Source->day);
411 Dest->tm_mon = _cmsAdjustEndianess16(Source->month) - 1;
412 Dest->tm_year = _cmsAdjustEndianess16(Source->year) - 1900;
418 void CMSEXPORT _cmsEncodeDateTimeNumber(cmsDateTimeNumber *Dest, const struct tm *Source) argument
421 _cmsAssert(Source !
[all...]
H A Dcmspcs.c91 void CMSEXPORT cmsXYZ2xyY(cmsCIExyY* Dest, const cmsCIEXYZ* Source) argument
95 ISum = 1./(Source -> X + Source -> Y + Source -> Z);
97 Dest -> x = (Source -> X) * ISum;
98 Dest -> y = (Source -> Y) * ISum;
99 Dest -> Y = Source -> Y;
102 void CMSEXPORT cmsxyY2XYZ(cmsCIEXYZ* Dest, const cmsCIExyY* Source) argument
104 Dest -> X = (Source -> x / Source
[all...]
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_EventHandler.cpp597 Field* CJS_EventHandler::Source() function in class:CJS_EventHandler
/external/clang/include/clang/Lex/
H A DHeaderSearch.h5 // This file is distributed under the University of Illinois Open Source
303 /// The Source should include the angle brackets or quotes, the dest
305 void AddIncludeAlias(StringRef Source, StringRef Dest) { argument
308 (*IncludeAliases)[Source] = Dest;
315 StringRef MapHeaderToIncludeAlias(StringRef Source) { argument
319 IncludeAliasMap::const_iterator Iter = IncludeAliases->find(Source);
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp5 // This file is distributed under the University of Illinois Open Source
422 void markEdgeExecutable(BasicBlock *Source, BasicBlock *Dest) { argument
423 if (!KnownFeasibleEdges.insert(Edge(Source, Dest)).second)
430 DEBUG(dbgs() << "Marking Edge Executable: " << Source->getName()
/external/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp5 // This file is distributed under the University of Illinois Open Source
693 FixupScopeList::iterator Source = TableInfo.FixupStack.end() - 1; local
694 FixupScopeList::iterator Dest = Source - 1;
695 Dest->insert(Dest->end(), Source->begin(), Source->end());
/external/valgrind/main/coregrind/m_debuginfo/
H A Dimage.c63 /* Source for files */
78 Source; typedef in typeref:struct:__anon32398
82 Source source;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.h237 YV12_BUFFER_CONFIG *Source; member in struct:VP9_COMP
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dff_fragment_shader.cpp96 __extension__ GLubyte Source:4; /**< SRC_x */ member in struct:mode_opt
99 GLubyte Source; /**< SRC_x */
468 key->unit[i].OptRGB[j].Source = translate_source(comb->SourceRGB[j]);
469 key->unit[i].OptA[j].Source = translate_source(comb->SourceA[j]);
477 key->unit[i].OptRGB[0].Source = SRC_TEXTURE;
479 key->unit[i].OptRGB[1].Source = texUnit->BumpTarget - GL_TEXTURE0 + SRC_TEXTURE0;
662 if (key->unit[unit].OptA[i].Source != key->unit[unit].OptRGB[i].Source)
715 src[i] = emit_combine_source( p, unit, opt[i].Source, opt[i].Operand );
1078 load_texenv_source( p, key->unit[unit].OptRGB[i].Source, uni
[all...]
/external/clang/include/clang/Analysis/
H A DCFG.h5 // This file is distributed under the University of Illinois Open Source
889 const DeclStmt *Source) {
891 assert(Synthetic != Source && "Don't include original DeclStmts in map");
893 SyntheticDeclStmts[Synthetic] = Source;
888 addSyntheticDeclStmt(const DeclStmt *Synthetic, const DeclStmt *Source) argument
/external/clang/lib/AST/
H A DDeclBase.cpp5 // This file is distributed under the University of Illinois Open Source
999 ExternalASTSource *Source = getParentASTContext().getExternalSource(); local
1000 assert(hasExternalLexicalStorage() && Source && "No external storage?");
1003 ExternalASTSource::Deserializing ADeclContext(Source);
1008 switch (Source->FindExternalLexicalDecls(this, Decls)) {
1317 ExternalASTSource *Source = getParentASTContext().getExternalSource();
1318 if (Source->FindExternalVisibleDeclsByName(this, Name) || !R.second) {
1518 if (ExternalASTSource *Source = getParentASTContext().getExternalSource())
1521 Source->FindExternalVisibleDeclsByName(this, D->getDeclName());
H A DDeclCXX.cpp5 // This file is distributed under the University of Illinois Open Source
38 ExternalASTSource *Source = C.getExternalSource(); local
40 assert(Source && "getFromExternalSource with no external source");
43 I.setDecl(cast<NamedDecl>(Source->GetExternalDecl(
/external/clang/lib/Analysis/
H A DConsumed.cpp5 // This file is distributed under the University of Illinois Open Source
301 const BinaryOperator *Source; member in struct:clang::consumed::PropagationInfo::BinTestTy
328 PropagationInfo(const BinaryOperator *Source, EffectiveOp EOp, argument
332 BinTest.Source = Source;
338 PropagationInfo(const BinaryOperator *Source, EffectiveOp EOp, argument
343 BinTest.Source = Source;
408 return BinTest.Source;
434 return PropagationInfo(BinTest.Source,
[all...]
/external/clang/lib/Frontend/
H A DCompilerInstance.cpp5 // This file is distributed under the University of Illinois Open Source
231 // Source Manager
391 IntrusiveRefCntPtr<ExternalASTSource> Source; local
393 Source = createPCHExternalASTSource(
398 ModuleManager = static_cast<ASTReader*>(Source.get());
399 getASTContext().setExternalSource(Source);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp5 // This file is distributed under the University of Illinois Open Source
85 const Expr *Source,
910 const Expr *Source, bool Restricted,
945 SVal srcVal = state->getSVal(Source, LCtx);
949 state = checkNonNull(C, state, Source, srcVal);
956 state = CheckBufferAccess(C, state, Size, Dest, Source,
959 state = CheckOverlap(C, state, Size, Dest, Source);
1004 state = InvalidateBuffer(C, state, Source, C.getSVal(Source),
906 evalCopyCommon(CheckerContext &C, const CallExpr *CE, ProgramStateRef state, const Expr *Size, const Expr *Dest, const Expr *Source, bool Restricted, bool IsMempcpy) const argument
/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp5 // This file is distributed under the University of Illinois Open Source
545 CFGElement Source = Block[SFC->getIndex()]; local
547 switch (Source.getKind()) {
549 return PathDiagnosticLocation(Source.castAs<CFGStmt>().getStmt(),
552 const CFGInitializer &Init = Source.castAs<CFGInitializer>();
557 const CFGAutomaticObjDtor &Dtor = Source.castAs<CFGAutomaticObjDtor>();
562 const CFGDeleteDtor &Dtor = Source.castAs<CFGDeleteDtor>();

Completed in 753 milliseconds

12345