/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/ObjCARC/ |
H A D | ProvenanceAnalysisEvaluator.cpp | 47 static void insertIfNamed(SetVector<Value *> &Values, Value *V) { in insertIfNamed() 54 SetVector<Value *> Values; in runOnFunction() local
|
/minix3/external/bsd/llvm/dist/llvm/utils/unittest/googletest/include/gtest/ |
H A D | gtest-param-test.h | 353 internal::ValueArray1<T1> Values(T1 v1) { in Values() function 358 internal::ValueArray2<T1, T2> Values(T1 v1, T2 v2) { in Values() function 363 internal::ValueArray3<T1, T2, T3> Values(T1 v1, T2 v2, T3 v3) { in Values() function 368 internal::ValueArray4<T1, T2, T3, T4> Values(T1 v1, T2 v2, T3 v3, T4 v4) { in Values() function 373 internal::ValueArray5<T1, T2, T3, T4, T5> Values(T1 v1, T2 v2, T3 v3, T4 v4, in Values() function 380 internal::ValueArray6<T1, T2, T3, T4, T5, T6> Values(T1 v1, T2 v2, T3 v3, in Values() function 387 internal::ValueArray7<T1, T2, T3, T4, T5, T6, T7> Values(T1 v1, T2 v2, T3 v3, in Values() function 395 internal::ValueArray8<T1, T2, T3, T4, T5, T6, T7, T8> Values(T1 v1, T2 v2, in Values() function 403 internal::ValueArray9<T1, T2, T3, T4, T5, T6, T7, T8, T9> Values(T1 v1, T2 v2, in Values() function 411 internal::ValueArray10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> Values(T1 v1, in Values() function [all …]
|
/minix3/external/bsd/llvm/dist/llvm/docs/TableGen/ |
H A D | LangRef.rst | 175 Values section in Syntax
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIEHash.cpp | 34 const SmallVectorImpl<DIEValue *> &Values = Die.getValues(); in getDIEStringAttr() local 126 const SmallVectorImpl<DIEValue *> &Values = Die.getValues(); in collectAttributes() local 277 void DIEHash::hashBlockData(const SmallVectorImpl<DIEValue *> &Values) { in hashBlockData()
|
H A D | DwarfFile.cpp | 98 const SmallVectorImpl<DIEValue *> &Values = Die.getValues(); in computeSizeAndOffset() local
|
H A D | DwarfAccelTable.h | 185 std::vector<HashDataContents *> Values; member
|
H A D | DIE.cpp | 131 const SmallVectorImpl<DIEValue *> &Values = getValues(); in findAttribute() local
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Option/ |
H A D | Arg.h | 59 SmallVector<const char *, 2> Values; variable
|
/minix3/external/bsd/llvm/dist/llvm/unittests/ADT/ |
H A D | TinyPtrVectorTest.cpp | 58 void appendValues(VectorT &V, ArrayRef<PtrT> Values) { in appendValues() 70 void expectValues(const VectorT &V, ArrayRef<PtrT> Values) { in expectValues()
|
/minix3/external/bsd/llvm/dist/clang/unittests/AST/ |
H A D | ASTVectorTest.cpp | 72 int Values[] = { 0, 1, 2, 3 }; in TEST_F() local
|
/minix3/external/bsd/llvm/dist/clang/unittests/ASTMatchers/Dynamic/ |
H A D | ParserTest.cpp | 71 std::vector<VariantValue> Values; member in clang::ast_matchers::dynamic::__anon55bbcc180111::MockSema 163 Parser::NamedValueMap Values; in getTestNamedValues() local
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGObjCMac.cpp | 2614 llvm::Constant *Values[] = { in GetOrEmitProtocol() local 2682 llvm::Constant *Values[] = { in EmitProtocolExtension() local 2731 llvm::Constant *Values[3]; in EmitProtocolList() local 2809 llvm::Constant *Values[3]; in EmitPropertyList() local 2871 llvm::Constant *Values[2]; in EmitMethodDescList() local 2918 llvm::Constant *Values[7]; in GenerateCategory() local 3052 llvm::Constant *Values[12]; in GenerateClass() local 3109 llvm::Constant *Values[12]; in EmitMetaClass() local 3215 llvm::Constant *Values[3]; in EmitClassExtension() local 3275 llvm::Constant *Values[2]; in EmitIvarList() local [all …]
|
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Interpreter.h | 71 std::map<Value *, GenericValue> Values; // LLVM values used in this invocation member
|
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/ |
H A D | ValueEnumerator.h | 58 ValueList Values; variable
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | SplitKit.h | 288 ValueMap Values; variable
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | ProgramState.cpp | 146 SmallVector<SVal, 8> Values; in invalidateRegions() local 156 ProgramState::invalidateRegions(ValueList Values, in invalidateRegions() 169 ProgramState::invalidateRegionsImpl(ValueList Values, in invalidateRegionsImpl()
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | AttributeImpl.h | 80 static void Profile(FoldingSetNodeID &ID, StringRef Kind, StringRef Values) { in Profile()
|
/minix3/external/bsd/llvm/dist/clang/lib/Rewrite/ |
H A D | DeltaTree.cpp | 71 SourceDelta Values[2*WidthFactor-1]; member in __anon4129d9b80111::DeltaTreeNode
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | PromoteMemoryToRegister.cpp | 172 ValVector Values; member in __anon82323d680111::RenamePassData 636 RenamePassData::ValVector Values(Allocas.size()); in run() local
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | array-bounds.cpp | 175 enum Values { A, B, C, D }; enum
|
/minix3/external/bsd/llvm/dist/llvm/tools/verify-uselistorder/ |
H A D | verify-uselistorder.cpp | 84 std::vector<const Value *> Values; member
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | DIE.h | 139 SmallVector<DIEValue *, 12> Values; variable
|
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-diff/ |
H A D | DifferenceEngine.cpp | 119 DenseMap<Value*, Value*> Values; member in __anonefe5e16e0111::FunctionDifferenceEngine
|
/minix3/external/bsd/llvm/dist/llvm/lib/Option/ |
H A D | ArgList.cpp | 224 SmallVector<const char *, 16> Values; in getAllArgValues() local
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCDwarf.h | 334 std::vector<char> Values; variable
|