Home
last modified time | relevance | path

Searched defs:Code (Results 1 – 25 of 121) sorted by relevance

12345

/external/clang/unittests/ASTMatchers/
DASTMatchersTest.h103 testing::AssertionResult matches(const std::string &Code, const T &AMatcher) { in matches()
108 testing::AssertionResult notMatches(const std::string &Code, in notMatches()
114 testing::AssertionResult matchesObjC(const std::string &Code, in matchesObjC()
122 testing::AssertionResult notMatchesObjC(const std::string &Code, in notMatchesObjC()
134 const std::string &Code, const T &AMatcher, bool ExpectMatch, in matchesConditionallyWithCuda()
188 testing::AssertionResult matchesWithCuda(const std::string &Code, in matchesWithCuda()
194 testing::AssertionResult notMatchesWithCuda(const std::string &Code, in notMatchesWithCuda()
201 matchAndVerifyResultConditionally(const std::string &Code, const T &AMatcher, in matchAndVerifyResultConditionally()
245 matchAndVerifyResultTrue(const std::string &Code, const T &AMatcher, in matchAndVerifyResultTrue()
253 matchAndVerifyResultFalse(const std::string &Code, const T &AMatcher, in matchAndVerifyResultFalse()
/external/clang/unittests/Tooling/
DRefactoringCallbacksTest.cpp22 void expectRewritten(const std::string &Code, in expectRewritten()
40 std::string Code = "void f() { int i = 1; }"; in TEST() local
47 std::string Code = "#define A void f() { int i = 1; }\nA"; in TEST() local
54 std::string Code = "#define A void f() { int i = 1; }"; in TEST() local
61 std::string Code = "void f() { int i = 1; }"; in TEST() local
69 std::string Code = "void f() { int i = false ? 1 : i * 2; }"; in TEST() local
80 std::string Code = "bool a; void f() { if (a) f(); else a = true; }"; in TEST() local
91 std::string Code = "void f() { if (false) int i = 0; }"; in TEST() local
/external/clang/include/clang/ASTMatchers/Dynamic/
DParser.h190 static bool parseExpression(StringRef Code, Sema *S, in parseExpression()
194 static bool parseExpression(StringRef Code, VariantValue *Value, in parseExpression()
214 completeExpression(StringRef Code, unsigned CompletionOffset, Sema *S) { in completeExpression()
218 completeExpression(StringRef Code, unsigned CompletionOffset) { in completeExpression()
/external/clang/unittests/AST/
DStmtPrinterTest.cpp70 PrintedStmtMatches(StringRef Code, const std::vector<std::string> &Args, in PrintedStmtMatches()
101 PrintedStmtCXX98Matches(StringRef Code, const StatementMatcher &NodeMatch, in PrintedStmtCXX98Matches()
110 StringRef Code, in PrintedStmtCXX98Matches()
124 PrintedStmtCXX11Matches(StringRef Code, const StatementMatcher &NodeMatch, in PrintedStmtCXX11Matches()
133 StringRef Code, in PrintedStmtMSMatches()
DNamedDeclPrinterTest.cpp64 PrintedNamedDeclMatches(StringRef Code, const std::vector<std::string> &Args, in PrintedNamedDeclMatches()
96 PrintedNamedDeclCXX98Matches(StringRef Code, StringRef DeclName, in PrintedNamedDeclCXX98Matches()
108 PrintedWrittenNamedDeclCXX11Matches(StringRef Code, StringRef DeclName, in PrintedWrittenNamedDeclCXX11Matches()
DMatchVerifier.h45 testing::AssertionResult match(const std::string &Code, in match()
52 testing::AssertionResult match(const std::string &Code, in match()
88 const std::string &Code, const MatcherType &AMatcher, in match()
DDeclPrinterTest.cpp69 StringRef Code, in PrintedDeclMatches()
101 ::testing::AssertionResult PrintedDeclCXX98Matches(StringRef Code, in PrintedDeclCXX98Matches()
113 StringRef Code, in PrintedDeclCXX98Matches()
124 ::testing::AssertionResult PrintedDeclCXX11Matches(StringRef Code, in PrintedDeclCXX11Matches()
136 StringRef Code, in PrintedDeclCXX11Matches()
148 StringRef Code, in PrintedDeclCXX11nonMSCMatches()
161 StringRef Code, in PrintedDeclObjCMatches()
669 SmallString<128> Code; in TEST() local
693 SmallString<128> Code; in TEST() local
/external/clang/unittests/Format/
DFormatTestProto.cpp22 static std::string format(llvm::StringRef Code, unsigned Offset, in format()
34 static std::string format(llvm::StringRef Code) { in format()
40 static void verifyFormat(llvm::StringRef Code) { in verifyFormat()
DFormatTestUtils.h23 inline std::string messUp(llvm::StringRef Code) { in messUp()
DFormatTestJava.cpp22 static std::string format(llvm::StringRef Code, unsigned Offset, in format()
35 llvm::StringRef Code, in format()
47 llvm::StringRef Code, in verifyFormat()
DFormatTestJS.cpp22 static std::string format(llvm::StringRef Code, unsigned Offset, in format()
35 llvm::StringRef Code, in format()
47 llvm::StringRef Code, in verifyFormat()
/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp99 unsigned Code = ReadVBR(6); in skipRecord() local
158 unsigned Code = ReadVBR(6); in readRecord() local
170 unsigned Code; in readRecord() local
/external/clang/unittests/ASTMatchers/Dynamic/
DParserTest.cpp37 void parse(StringRef Code) { in parse()
216 std::string ParseWithError(StringRef Code) { in ParseWithError()
223 std::string ParseMatcherWithError(StringRef Code) { in ParseMatcherWithError()
296 StringRef Code = "functionDecl(hasName("; in TEST() local
/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileWrapper.cpp214 void const* Code, in op_write_native_code()
226 void const* Code, in op_write_debug_line_info()
/external/dexmaker/src/dx/java/com/android/dx/io/
DCode.java19 public final class Code { class
28 public Code(int registersSize, int insSize, int outsSize, int debugInfoOffset, in Code() method in Code
/external/skia/site/dev/testing/
Dct.md93 Code section in Cluster Telemetry
/external/clang/lib/Tooling/
DTooling.cpp107 bool runToolOnCode(clang::FrontendAction *ToolAction, const Twine &Code, in runToolOnCode()
124 bool runToolOnCodeWithArgs(clang::FrontendAction *ToolAction, const Twine &Code, in runToolOnCodeWithArgs()
409 std::unique_ptr<ASTUnit> buildASTFromCode(const Twine &Code, in buildASTFromCode()
415 buildASTFromCodeWithArgs(const Twine &Code, in buildASTFromCodeWithArgs()
/external/llvm/lib/Transforms/Utils/
DCmpInstAnalysis.cpp72 Value *llvm::getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS, in getICmpValue()
/external/lzma/CPP/7zip/Archive/Common/
DCoderMixer2MT.cpp20 void CCoder2::Code(ICompressProgressInfo *progress) in Code() function in NCoderMixer::CCoder2
188 STDMETHODIMP CCoderMixer2MT::Code(ISequentialInStream **inStreams, in Code() function in NCoderMixer::CCoderMixer2MT
/external/skia/site/dev/tools/
Dmarkdown.md378 ### Code ### subsection
/external/clang/tools/clang-format/
DClangFormat.cpp125 const MemoryBuffer *Code, in fillRanges()
218 std::unique_ptr<llvm::MemoryBuffer> Code = std::move(CodeOrErr.get()); in format() local
/external/elfutils/src/libelf/
Dgelf_xlate.c143 #define TYPE_EXTRA(Code) argument
144 #define TYPE_XLATE(Code) Code argument
/external/lzma/CPP/7zip/Compress/
DCopyCoder.cpp20 STDMETHODIMP CCopyCoder::Code(ISequentialInStream *inStream, in Code() function in NCompress::CCopyCoder
/external/clang/lib/ASTMatchers/Dynamic/
DParser.cpp252 StringRef Code; member in clang::ast_matchers::dynamic::Parser::CodeTokenizer
557 bool Parser::parseExpression(StringRef Code, Sema *S, in parseExpression()
572 Parser::completeExpression(StringRef Code, unsigned CompletionOffset, Sema *S, in completeExpression()
592 Parser::parseMatcherExpression(StringRef Code, Sema *S, in parseMatcherExpression()
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp428 unsigned Code = Stream.readRecord(Entry.ID, Record, &Blob); in ParseBlock() local
558 unsigned Code = BlockInfoCursor.ReadCode(); in AnalyzeBitcode() local
579 unsigned Code = Stream.ReadCode(); in AnalyzeBitcode() local

12345