Home
last modified time | relevance | path

Searched defs:Undefined (Results 1 – 14 of 14) sorted by relevance

/external/clang/lib/Sema/
DSema.cpp474 void Sema::getUndefinedButUsed( in getUndefinedButUsed()
509 SmallVector<std::pair<NamedDecl *, SourceLocation>, 16> Undefined; in checkUndefinedButUsed() local
1263 llvm::MapVector<NamedDecl *, SourceLocation> &Undefined) {} in ReadUndefinedButUsed()
DMultiplexExternalSemaSource.cpp212 llvm::MapVector<NamedDecl *, SourceLocation> &Undefined) { in ReadUndefinedButUsed()
/external/kernel-headers/original/uapi/sound/
Dhdsp.h32 Undefined, enumerator
/external/libmojo/third_party/jinja2/
Druntime.py442 class Undefined(object): class
/external/google-breakpad/src/common/
Dtest_assembler_unittest.cc51 TEST(ConstructLabel, Undefined) { in TEST() argument
56 TEST(ConstructLabelDeathTest, Undefined) { in TEST() argument
311 TEST(IsKnownConstant, Undefined) { in TEST() argument
1592 TEST_F(GetContents, Undefined) { in TEST_F() argument
/external/guice/core/test/com/googlecode/guice/bundle/
DOSGiTestActivator.java47 public static class Undefined {} class in OSGiTestActivator
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp660 bool Undefined = SymFlags & SymbolRef::SF_Undefined; in sortAndPrintSymbolList() local
/external/v8/src/parsing/
Dpreparser.h37 static PreParserIdentifier Undefined() { in Undefined() function
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCompares.cpp244 enum { Overdefined = -3, Undefined = -2 }; in FoldCmpLoadFromIndexedGlobal() enumerator
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp279 enum { Overdefined = -3, Undefined = -2 }; in FoldCmpLoadFromIndexedGlobal() enumerator
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h477 Undefined(const Undefined &U) : SExpr(U), Cstmt(U.Cstmt) {} in Undefined() function
/external/clang/lib/Serialization/
DASTWriter.cpp4278 SmallVector<std::pair<NamedDecl *, SourceLocation>, 16> Undefined; in WriteASTCore() local
DASTReader.cpp7234 llvm::MapVector<NamedDecl *, SourceLocation> &Undefined) { in ReadUndefinedButUsed()
/external/v8/src/crankshaft/
Dhydrogen.cc883 DEFINE_GET_CONSTANT(Undefined, undefined, undefined_value, undefined, in DEFINE_GET_CONSTANT() argument
884 HType::Undefined(), false, true) in DEFINE_GET_CONSTANT()