Home
last modified time | relevance | path

Searched defs:Full (Results 1 – 11 of 11) sorted by relevance

/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_mutexset_test.cc89 TEST(MutexSet, Full) { in TEST() argument
/external/llvm/unittests/IR/
DConstantRangeTest.cpp21 static ConstantRange Full; member in __anon10950d6f0111::ConstantRangeTest
28 ConstantRange ConstantRangeTest::Full(16); member in __anon10950d6f0111::ConstantRangeTest
/external/clang/lib/CodeGen/
DCGLoopInfo.h44 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator
/external/llvm/include/llvm/Target/
DTargetOptions.h50 Full // Use one table per unique function type enumerator
/external/zlib/src/contrib/dotzlib/DotZLib/
DDotZLib.cs24 None, Partial, Sync, Full, Finish, Block enumerator
/external/llvm/lib/IR/
DConstantRange.cpp34 ConstantRange::ConstantRange(uint32_t BitWidth, bool Full) { in ConstantRange()
/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h35 Full, // The value fills the full location. enumerator
/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp975 enum { Full = 0, Partial = 1, Runtime = 2 }; in runOnLoop() enumerator
/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp462 SDValue Full = N.getOperand(0); in expandAddress() local
DSystemZISelLowering.cpp2430 SDValue Full = DAG.getTargetGlobalAddress(GV, DL, PtrVT, Anchor + Offset); in lowerGlobalAddress() local
/external/webrtc/webrtc/modules/video_coding/
Djitter_buffer_unittest.cc2123 TEST_F(TestRunningJitterBuffer, Full) { in TEST_F() argument