Home
last modified time | relevance | path

Searched defs:Source (Results 1 – 25 of 269) sorted by relevance

1234567891011

/llvm-project/flang/include/flang/Optimizer/Analysis/
H A DAliasAnalysis.h115 struct Source { struct
116 SourceUnionAliasAnalysis::Source global() argument
117 AttributesAliasAnalysis::Source global() argument
119 SourceOriginAliasAnalysis::Source global() argument
138 originAliasAnalysis::Source global() argument
141 kindAliasAnalysis::Source global() argument
143 valueTypeAliasAnalysis::Source global() argument
145 attributesAliasAnalysis::Source global() argument
148 approximateSourceAliasAnalysis::Source global() argument
[all...]
/llvm-project/llvm/unittests/FuzzMutate/
H A DStrategiesTest.cpp80 void IterateOnSource(StringRef Source, IRMutator &Mutator) { in IterateOnSource()
92 static void mutateAndVerifyModule(StringRef Source, in mutateAndVerifyModule()
105 static void mutateAndVerifyModule(StringRef Source, int repeat = 100) { in mutateAndVerifyModule()
126 StringRef Source = ""; in TEST() local
133 StringRef Source = "\n\ in TEST() local
145 StringRef Source = "\n\ in TEST() local
159 StringRef Source = "" in TEST() local
180 StringRef Source = "\n\ in TEST() local
204 std::string Source = std::string("\n\ in checkModifyNoUnsignedAndNoSignedWrap() local
249 StringRef Source = "\n\ in TEST() local
[all …]
/llvm-project/clang/unittests/AST/
H A DCommentLexer.cpp60 void CommentLexerTest::lexString(const char *Source, in lexString()
81 const char *Source = ""; in TEST_F() local
203 const char *Source = in TEST_F() local
333 const char *Source = "/// \\^ \\0"; in TEST_F() local
359 const char *Source = "/// \\brief Aaa."; in TEST_F() local
379 const char *Source = "/// \\em\\em \\em\t\\em\n"; in TEST_F() local
411 const char *Source = "/// @em@em @em\t@em\n"; in TEST_F() local
443 const char *Source = "/// \\aaa\\bbb \\ccc\t\\ddd\n"; in TEST_F() local
475 const char *Source = "// \\c\n"; in TEST_F() local
492 const char *Source = in TEST_F() local
[all …]
H A DExternalASTSourceTest.cpp28 TestFrontendAction(ExternalASTSource * Source) TestFrontendAction() argument
43 IntrusiveRefCntPtr<ExternalASTSource> Source; global() member in TestFrontendAction
46 testExternalASTSource(ExternalASTSource * Source,StringRef FileContents) testExternalASTSource() argument
/llvm-project/clang/unittests/Format/
H A DFormatTokenSourceTest.cpp40 IndexedTokenSource Source(lex("")); in TEST_F() local
53 IndexedTokenSource Source(lex("int a;")); in TEST_F() local
71 IndexedTokenSource Source(lex("int a;")); in TEST_F() local
81 IndexedTokenSource Source(lex("A1 A2")); in TEST_F() local
90 IndexedTokenSource Source(lex("A1")); in TEST_F() local
99 IndexedTokenSource Source(lex("A1")); in TEST_F() local
114 IndexedTokenSource Source(lex("A1")); in TEST_F() local
/llvm-project/clang-tools-extra/clangd/unittests/
H A DTypeHierarchyTests.cpp57 Annotations Source(R"cpp( TEST() local
82 Annotations Source(R"cpp( TEST() local
95 Annotations Source(R"cpp( TEST() local
119 Annotations Source(R"cpp( TEST() local
142 Annotations Source(R"cpp( TEST() local
172 Annotations Source(R"cpp( TEST() local
208 Annotations Source(R"cpp( TEST() local
251 Annotations Source(R"cpp( TEST() local
280 Annotations Source(R"cpp( TEST() local
305 Annotations Source(R"cpp( TEST() local
340 Annotations Source(R"cpp( TEST() local
355 Annotations Source(R"cpp( TEST() local
405 Annotations Source(R"cpp( TEST() local
439 Annotations Source(R"cpp( TEST() local
480 Annotations Source(R"cpp( TEST() local
508 Annotations Source(R"cpp( TEST() local
530 Annotations Source(R"cpp( TEST() local
615 Annotations Source(R"cpp( TEST() local
636 Annotations Source(R"cpp( TEST() local
657 Annotations Source(R"cpp( TEST() local
674 Annotations Source(R"cpp( TEST() local
699 Annotations Source(R"cpp( TEST() local
719 Annotations Source(R"cpp( TEST() local
737 Annotations Source(R"cpp( TEST() local
772 Annotations Source(R"cpp( TEST() local
799 Annotations Source(R"cpp( TEST() local
[all...]
/llvm-project/lldb/test/API/lang/objc/objc-dynamic-value/
H A Ddynamic-value.m33 @interface Source : SourceBase interface
41 @implementation Source implementation
81 + (Observer *) observerWithSource: (Source *) source;
82 - (Observer *) initWithASource: (Source *) source;
91 + (Observer *) observerWithSource: (Source *) inSource;
100 {
/llvm-project/lldb/test/API/macosx/dyld-trie-symbols/
H A Dmain.mm33 @interface Source : SourceBase interface
41 @implementation Source implementation
81 + (Observer *) observerWithSource: (Source *) source;
82 - (Observer *) initWithASource: (Source *) source;
91 + (Observer *) observerWithSource: (Source *) inSource;
100 {
/llvm-project/lldb/test/API/lang/objc/objc-stepping/
H A Dstepping-tests.m39 @interface Source : SourceBase interface
48 @implementation Source implementation
72 + (Observer *) observerWithSource: (Source *) source;
73 - (Observer *) initWithASource: (Source *) source;
82 + (Observer *) observerWithSource: (Source *) inSource;
91 {
/llvm-project/llvm/unittests/AsmParser/
H A DAsmParserTest.cpp26 StringRef Source = "; Empty module \n"; TEST() local
39 StringRef Source = "; Empty module \n\1\2"; TEST() local
52 StringRef Source = "@0 = global i32 0\n !0 = !{}\n !42 = !{i32 42}"; TEST() local
72 StringRef Source = "define void @test() {\n entry:\n ret void\n}"; TEST() local
123 StringRef Source = TEST() local
159 StringRef Source = TEST() local
263 StringRef Source = TEST() local
392 std::string Source = ("target datalayout = \"" + InvalidDLStr + "\"\n").str(); TEST() local
[all...]
/llvm-project/llvm/lib/Support/
H A DConvertUTFWrapper.cpp19 ConvertUTF8toWide(unsigned WideCharWidth,llvm::StringRef Source,char * & ResultPtr,const UTF8 * & ErrorPtr) ConvertUTF8toWide() argument
65 ConvertCodePointToUTF8(unsigned Source,char * & ResultPtr) ConvertCodePointToUTF8() argument
243 ConvertUTF8toWideInternal(llvm::StringRef Source,TResult & Result) ConvertUTF8toWideInternal() argument
259 ConvertUTF8toWide(llvm::StringRef Source,std::wstring & Result) ConvertUTF8toWide() argument
263 ConvertUTF8toWide(const char * Source,std::wstring & Result) ConvertUTF8toWide() argument
271 convertWideToUTF8(const std::wstring & Source,std::string & Result) convertWideToUTF8() argument
[all...]
H A DConvertEBCDIC.cpp69 ConverterEBCDIC::convertToEBCDIC(StringRef Source, in convertToEBCDIC()
101 void ConverterEBCDIC::convertToUTF8(StringRef Source, in convertToUTF8()
/llvm-project/llvm/lib/Object/
H A DTapiUniversal.cpp24 Expected<std::unique_ptr<InterfaceFile>> Result = TextAPIReader::get(Source); in TapiUniversal() argument
56 std::unique_ptr<TapiUniversal> Ret(new TapiUniversal(Source, Err)); in create() argument
/llvm-project/clang-tools-extra/clangd/index/
H A DBackgroundRebuild.h49 BackgroundIndexRebuilder(SwapIndex *Target, FileSymbols *Source, in BackgroundIndexRebuilder()
95 FileSymbols *Source; variable
/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dc_api_test.cpp94 char Source[SmallAllocSize]; in TEST() local
115 char Source[LargeAllocSize]; in TEST() local
136 char Source[SmallAllocSize]; in TEST() local
160 char Source[LargeAllocSize]; in TEST() local
/llvm-project/clang/unittests/Tooling/
H A DASTSelectionTest.cpp68 StringRef Source, FileLocation Location, in findSelectedASTNodesWithRange() argument
80 StringRef Source, FileLocation Location, in findSelectedASTNodes() argument
199 StringRef Source = "int f(int x) { return x;\n}\nvoid f2() { }"; in TEST() local
278 StringRef Source in TEST() local
302 StringRef Source = R"(void f(int x, int y) { TEST() local
382 StringRef Source = R"( TEST() local
472 StringRef Source = R"( TEST() local
501 StringRef Source = R"( TEST() local
525 StringRef Source = R"( TEST() local
556 StringRef Source = R"( TEST() local
680 StringRef Source = R"(void f(int x, int y) { TEST() local
791 StringRef Source = R"( TEST() local
815 StringRef Source = R"( TEST() local
847 StringRef Source = R"( TEST() local
875 StringRef Source = R"( TEST() local
903 StringRef Source = R"(@interface I @end TEST() local
979 StringRef Source = R"( TEST() local
1011 StringRef Source = R"( TEST() local
1063 StringRef Source = R"( TEST() local
[all...]
H A DLexicallyOrderedRecursiveASTVisitorTest.cpp104 StringRef Source = R"( TEST() local
147 StringRef Source = R"( TEST() local
171 StringRef Source = R"( TEST() local
185 StringRef Source = R"( TEST() local
/llvm-project/clang/include/clang/Tooling/
H A DFixIt.h62 FixItHint createReplacement(const D &Destination, const S &Source, in createReplacement()
70 FixItHint createReplacement(const D &Destination, StringRef Source) { in createReplacement()
/llvm-project/clang/unittests/Lex/
H A DPPCallbacksTest.cpp334 const char *Source = "#include \"quoted.h\"\n"; in TEST_F() local
343 const char* Source = in TEST_F() local
353 const char* Source = in TEST_F() local
363 const char* Source = in TEST_F() local
374 const char* Source = in TEST_F() local
385 const char* Source = in TEST_F() local
396 const char* Source = in TEST_F() local
408 const char* Source = in TEST_F() local
418 const char* Source = in TEST_F() local
468 const char* Source = in TEST_F() local
[all …]
H A DDependencyDirectivesScannerTest.cpp132 StringRef Source = R"( in TEST() local
789 StringRef Source = R"( TEST() local
803 StringRef Source = R"(L'P' TEST() local
816 StringRef Source = R"(int x = U'P'; TEST() local
827 StringRef Source = R"(int x = u'b'; TEST() local
842 StringRef Source = R"(// comment TEST() local
872 StringRef Source = R"(#if NEVER_ENABLED TEST() local
912 StringRef Source = "#define X '\\ \t\nx'\nvoid foo() {}"; TEST() local
930 StringRef Source = R"( TEST() local
974 StringRef Source = R"( TEST() local
[all...]
/llvm-project/llvm/tools/obj2yaml/
H A Doffload2yaml.cpp37 Expected<OffloadYAML::Binary *> dump(MemoryBufferRef Source, in dump()
69 Error offload2yaml(raw_ostream &Out, MemoryBufferRef Source) { in offload2yaml()
/llvm-project/llvm/tools/llvm-mca/Views/
H A DResourcePressureView.cpp55 ArrayRef<llvm::MCInst> Source = getSource(); in onEvent() local
136 ArrayRef<llvm::MCInst> Source = getSource(); in printResourcePressurePerIter() local
157 ArrayRef<llvm::MCInst> Source = getSource(); in printResourcePressurePerInst() local
181 ArrayRef<llvm::MCInst> Source = getSource(); in toJSON() local
/llvm-project/clang/test/PCH/Inputs/
H A Dpch-through-macro.h2 #define Source(x,y) macro
/llvm-project/clang/lib/AST/
H A DExternalASTMerger.cpp25 template <typename T> struct Source { struct
27 Source(T t) : t(t) {} in Source() argument
31 template <typename U> operator Source<U>() { return Source<U>(t); } in operator Source() argument
26 t__anona342bcd10111::Source global() argument
28 operator T__anona342bcd10111::Source operator T() argument
29 get__anona342bcd10111::Source get() argument
30 get__anona342bcd10111::Source get() argument
[all...]
/llvm-project/clang/unittests/Basic/
H A DLineOffsetMappingTest.cpp60 StringRef Source = "first line\n" in TEST() local
71 StringRef Source = "first line\n" in TEST() local

1234567891011