Home
last modified time | relevance | path

Searched refs:Checked (Results 1 – 25 of 29) sorted by relevance

12

/external/deqp/external/vulkancts/framework/vulkan/
DvkRef.hpp41 struct Checked struct
43 explicit inline Checked (T object_) : object(object_) {} in Checked() argument
50 inline Checked<T> check (T object) in check()
54 return Checked<T>(object); in check()
59 inline Checked<T> notNull (T object) in notNull()
63 return Checked<T>(object); in notNull()
68 inline Checked<T> allowNull (T object) in allowNull()
70 return Checked<T>(object); in allowNull()
304 Move (Checked<U> object, Deleter<U> deleter) in Move()
351 Unique (Checked<U> object, Deleter<U> deleter) in Unique()
/external/v8/tools/clang/rewrite_to_chrome_style/tests/
Dfunction-templates-expected.cc20 class Checked { class
23 Checked(const Checked<U, V>& rhs) { in Checked() function in WTF::Checked
Dfunction-templates-original.cc20 class Checked { class
23 Checked(const Checked<U, V>& rhs){ in Checked() function in WTF::Checked
/external/apache-harmony/
DREADME.android3 Checked out thus:
7 Checked out revision 1097236.
/external/llvm/include/llvm/Support/
DError.h623 Checked(false) in Expected()
639 Checked(false) in HasError()
685 Checked = !HasError;
713 Checked = true; in takeError()
757 Checked = false; in moveConstruct()
758 Other.Checked = true; in moveConstruct()
802 if (!Checked) { in assertIsChecked()
822 bool Checked : 1; variable
/external/pdfium/third_party/base/numerics/
Dsafe_math.h429 CheckedNumeric<typename ResultType<Checked##NAME##Op, L, R, Args...>::type> \
431 return ChkMathOp<Checked##NAME##Op, L, R, Args...>(lhs, rhs, args...); \
439 CheckedNumeric<typename MathWrapper<Checked##NAME##Op, L, R>::type> \
441 return decltype(lhs OP rhs)::template MathOp<Checked##NAME##Op>(lhs, rhs); \
447 return MathOp<Checked##NAME##Op>(rhs); \
Dsafe_math_impl.h450 struct Checked##NAME##Op< \
/external/wpa_supplicant_8/src/common/
Dieee802_1x_defs.h65 Checked, enumerator
/external/clang/lib/CodeGen/
DCGExpr.cpp2498 ArrayRef<std::pair<llvm::Value *, SanitizerMask>> Checked, in EmitCheck() argument
2502 assert(Checked.size() > 0); in EmitCheck()
2507 for (int i = 0, n = Checked.size(); i < n; ++i) { in EmitCheck()
2508 llvm::Value *Check = Checked[i].first; in EmitCheck()
2511 CGM.getCodeGenOpts().SanitizeTrap.has(Checked[i].second) in EmitCheck()
2513 : CGM.getCodeGenOpts().SanitizeRecover.has(Checked[i].second) in EmitCheck()
2531 CheckRecoverableKind RecoverKind = getRecoverableKind(Checked[0].second); in EmitCheck()
2532 assert(SanOpts.has(Checked[0].second)); in EmitCheck()
2534 for (int i = 1, n = Checked.size(); i < n; ++i) { in EmitCheck()
2535 assert(RecoverKind == getRecoverableKind(Checked[i].second) && in EmitCheck()
[all …]
DCodeGenFunction.h3202 void EmitCheck(ArrayRef<std::pair<llvm::Value *, SanitizerMask>> Checked,
3214 void EmitTrapCheck(llvm::Value *Checked);
/external/libusb/
DINSTALL_WIN.txt22 - Open one of the relevant Free Build or Checked Build prompt for your target
/external/wpa_supplicant_8/src/pae/
Dieee802_1x_cp.c155 sm->validate_frames = Checked; in SM_STATE()
174 sm->validate_frames = Checked; in SM_STATE()
/external/v8/src/base/
Dsafe_math.h212 T result = Checked##NAME(static_cast<Promotion>(lhs.ValueUnsafe()), \
Dsafe_math_impl.h329 Checked##NAME(T, T, RangeConstraint*) { \
/external/libchrome/base/numerics/
Dsafe_math.h242 Checked##NAME(static_cast<Promotion>(lhs.ValueUnsafe()), \
Dsafe_math_impl.h343 Checked##NAME(T, T, RangeConstraint*) { \
/external/skia/debugger/QT/
DSkDebuggerGUI.cpp194 if (item->checkState() == Qt::Checked) { in actionPlay()
370 item->setCheckState(Qt::Checked); in toggleBreakpoint()
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp567 { static bool TABLE##Checked = false; \
568 if (!TABLE##Checked) { \
571 TABLE##Checked = true; \
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FloatingPoint.cpp605 { static bool TABLE##Checked = false; \
606 if (!TABLE##Checked) { \
609 TABLE##Checked = true; \
/external/wpa_supplicant_8/src/drivers/
Ddriver_macsec_qca.c451 else if (validate_frames == Checked) in macsec_qca_create_receive_sc()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp1110 vk::refdetails::Checked<VkSemaphore> createSemaphore (const DeviceInterface& deviceInterface, const… in createSemaphore()
1246 vk::refdetails::Checked<VkEvent> createEvent (const DeviceInterface& deviceInterface, const VkDevic… in createEvent()
/external/bison/tests/
Dcalc.at467 # Make sure we did not introduce bad spaces. Checked here because all
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6734 SmallPtrSet<const SDNode*, 32> &Checked) { in checkForCyclesHelper() argument
6736 if (Checked.count(N)) in checkForCyclesHelper()
6749 checkForCyclesHelper(N->getOperand(i).getNode(), Visited, Checked); in checkForCyclesHelper()
6751 Checked.insert(N); in checkForCyclesHelper()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp7284 SmallPtrSetImpl<const SDNode*> &Checked, in checkForCyclesHelper() argument
7287 if (Checked.count(N)) in checkForCyclesHelper()
7300 checkForCyclesHelper(Op.getNode(), Visited, Checked, DAG); in checkForCyclesHelper()
7302 Checked.insert(N); in checkForCyclesHelper()
/external/llvm/docs/
DMergeFunctions.rst308 2. Function type. Checked by ``FunctionComparator::cmpType(Type*, Type*)``

12