/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersTest.h | 104 testing::AssertionResult matches(const std::string &Code, const T &AMatcher) { in matches() 109 testing::AssertionResult notMatches(const std::string &Code, in notMatches() 115 testing::AssertionResult matchesObjC(const std::string &Code, in matchesObjC() 123 testing::AssertionResult matchesC(const std::string &Code, const T &AMatcher) { in matchesC() 129 testing::AssertionResult notMatchesC(const std::string &Code, in notMatchesC() 136 testing::AssertionResult notMatchesObjC(const std::string &Code, in notMatchesObjC() 148 const std::string &Code, const T &AMatcher, bool ExpectMatch, in matchesConditionallyWithCuda() 204 testing::AssertionResult matchesWithCuda(const std::string &Code, in matchesWithCuda() 210 testing::AssertionResult notMatchesWithCuda(const std::string &Code, in notMatchesWithCuda() 217 matchAndVerifyResultConditionally(const std::string &Code, const T &AMatcher, in matchAndVerifyResultConditionally() [all …]
|
/external/clang/unittests/Tooling/ |
D | RefactoringCallbacksTest.cpp | 22 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/ |
D | Parser.h | 190 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/ |
D | StmtPrinterTest.cpp | 70 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()
|
D | NamedDeclPrinterTest.cpp | 64 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()
|
D | MatchVerifier.h | 45 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()
|
D | DeclPrinterTest.cpp | 69 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 PrintedDeclCXX1ZMatches(StringRef Code, const DeclarationMatcher &NodeMatch, in PrintedDeclCXX1ZMatches() 172 StringRef Code, in PrintedDeclObjCMatches() 680 SmallString<128> Code; in TEST() local 704 SmallString<128> Code; in TEST() local
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/ |
D | Code.java | 18 public class Code { class 21 public Code(Integer name) { in Code() method in Code
|
/external/clang/unittests/Format/ |
D | FormatTestProto.cpp | 22 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()
|
D | SortIncludesTest.cpp | 23 std::string sort(llvm::StringRef Code, StringRef FileName = "input.cpp") { in sort() 31 unsigned newCursor(llvm::StringRef Code, unsigned Cursor) { in newCursor() 241 std::string Code = "#include <ccc>\n" // Start of line: 0 in TEST_F() local
|
D | FormatTestUtils.h | 23 inline std::string messUp(llvm::StringRef Code) { in messUp()
|
D | FormatTestJava.cpp | 22 static std::string format(llvm::StringRef Code, unsigned Offset, in format() 35 format(llvm::StringRef Code, in format() 47 llvm::StringRef Code, in verifyFormat()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitstreamReader.cpp | 104 unsigned Code = ReadVBR(6); in skipRecord() local 163 unsigned Code = ReadVBR(6); in readRecord() local 175 unsigned Code; in readRecord() local
|
/external/v8/src/ |
D | api-experimental.h | 12 class Code; variable
|
D | eh-frame.h | 13 class Code; variable
|
D | fast-accessor-assembler.h | 22 class Code; variable
|
/external/clang/unittests/ASTMatchers/Dynamic/ |
D | ParserTest.cpp | 37 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/ |
D | OProfileWrapper.cpp | 214 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/ |
D | Code.java | 19 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/ |
D | ct.md | 92 Code section in Cluster Telemetry
|
/external/lzma/CPP/7zip/Archive/Common/ |
D | CoderMixer2MT.cpp | 18 void CCoder2::Code(ICompressProgressInfo *progress) in Code() function in NCoderMixer::CCoder2 166 STDMETHODIMP CCoderMixer2MT::Code(ISequentialInStream **inStreams, in Code() function in NCoderMixer::CCoderMixer2MT
|
/external/llvm/lib/Transforms/Utils/ |
D | CmpInstAnalysis.cpp | 72 Value *llvm::getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS, in getICmpValue()
|
/external/skia/site/dev/tools/ |
D | markdown.md | 378 ### Code ### subsection
|
/external/clang/lib/Tooling/ |
D | Tooling.cpp | 102 bool runToolOnCode(clang::FrontendAction *ToolAction, const Twine &Code, in runToolOnCode() 121 clang::FrontendAction *ToolAction, const Twine &Code, in runToolOnCodeWithArgs() 470 buildASTFromCode(const Twine &Code, const Twine &FileName, in buildASTFromCode() 477 const Twine &Code, const std::vector<std::string> &Args, in buildASTFromCodeWithArgs()
|
/external/elfutils/libelf/ |
D | gelf_xlate.c | 144 #define TYPE_EXTRA(Code) argument 145 #define TYPE_XLATE(Code) Code argument
|